diff -r dd58f13a8eb4 -r eb85850d3eb7 src/HOL/Complex/ex/Sqrt_Script.thy --- a/src/HOL/Complex/ex/Sqrt_Script.thy Fri Nov 17 02:19:55 2006 +0100 +++ b/src/HOL/Complex/ex/Sqrt_Script.thy Fri Nov 17 02:20:03 2006 +0100 @@ -53,7 +53,7 @@ subsection {* The set of rational numbers *} definition - rationals :: "real set" ("\") + rationals :: "real set" ("\") where "\ = {x. \m n. n \ 0 \ \x\ = real (m::nat) / real (n::nat)}"