obey SML syntax more closely
authorhaftmann
Wed, 17 Jun 2009 08:21:27 +0200
changeset 31672 2f8e3150e073
parent 31671 81e5e8ffe92f
child 31673 6cc4c63cc990
obey SML syntax more closely
src/HOL/Rational.thy
--- a/src/HOL/Rational.thy	Wed Jun 17 08:13:05 2009 +0200
+++ b/src/HOL/Rational.thy	Wed Jun 17 08:21:27 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