examples for the talk!

This commit is contained in:
yakoub 2019-02-25 19:34:43 +00:00
parent e564a1f91d
commit adf28d8c4a
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ program_spec Talk_gcd_example:
ELSE x :== (&x - &r)
FI
OD"
vcg_wp
vcg_wp
apply (simp add: gcd_diff1)
apply (metis gcd.commute gcd_diff1)+
done