obey SML syntax even more closely
authorhaftmann
Wed, 17 Jun 2009 09:08:28 +0200
changeset 31674 d0115c303846
parent 31673 6cc4c63cc990
child 31679 e5d4f7097c1b
obey SML syntax even more closely
src/HOL/Rational.thy
--- a/src/HOL/Rational.thy	Wed Jun 17 08:31:13 2009 +0200
+++ b/src/HOL/Rational.thy	Wed Jun 17 09:08:28 2009 +0200
@@ -1060,7 +1060,7 @@
 consts_code
   "of_int :: int \<Rightarrow> rat" ("\<module>rat'_of'_int")
 attach {*
-fun = rat_of_int i (i, 1);
+fun rat_of_int i = (i, 1);
 *}
 
 end