diff -r 9e0037839d63 -r 655a16e16c01 src/HOL/Hoare/Examples.ML --- a/src/HOL/Hoare/Examples.ML Tue Jun 08 10:59:02 1999 +0200 +++ b/src/HOL/Hoare/Examples.ML Tue Jun 08 12:53:20 1999 +0200 @@ -6,7 +6,7 @@ (*** ARITHMETIC ***) -(*** multiplication by successive addition ***) +(** multiplication by successive addition **) Goal "|- VARS m s. \ \ {m=0 & s=0} \ @@ -17,7 +17,7 @@ by (hoare_tac (Asm_full_simp_tac) 1); qed "multiply_by_add"; -(*** Euclid's algorithm for GCD ***) +(** Euclid's algorithm for GCD **) Goal "|- VARS a b. \ \ {0