src/HOL/Real/RComplete.ML
changeset 11704 3c50a2cd6f00
parent 11701 3d51fbf81c17
child 12018 ec054019c910
     1.1 --- a/src/HOL/Real/RComplete.ML	Fri Oct 05 23:58:52 2001 +0200
     1.2 +++ b/src/HOL/Real/RComplete.ML	Sat Oct 06 00:02:46 2001 +0200
     1.3 @@ -8,7 +8,7 @@
     1.4  
     1.5  claset_ref() := claset() delWrapper "bspec";
     1.6  
     1.7 -Goal "x/# 2 + x/# 2 = (x::real)";
     1.8 +Goal "x/2 + x/2 = (x::real)";
     1.9  by (Simp_tac 1);
    1.10  qed "real_sum_of_halves";
    1.11