diff -r bf90f86502b2 -r d96d4977f94e src/HOL/Ord.ML --- a/src/HOL/Ord.ML Thu Jun 10 10:41:36 1999 +0200 +++ b/src/HOL/Ord.ML Thu Jun 10 10:50:19 1999 +0200 @@ -137,12 +137,12 @@ (** min & max **) Goalw [min_def] "min (x::'a::order) x = x"; -by(Simp_tac 1); +by (Simp_tac 1); qed "min_same"; Addsimps [min_same]; Goalw [max_def] "max (x::'a::order) x = x"; -by(Simp_tac 1); +by (Simp_tac 1); qed "max_same"; Addsimps [max_same];