src/Pure/General/rat.ML
changeset 17950 924d3e71cdc9
parent 17940 3706c254d296
child 19557 4866ebb16ba8
--- a/src/Pure/General/rat.ML	Fri Oct 21 10:32:59 2005 +0200
+++ b/src/Pure/General/rat.ML	Fri Oct 21 14:47:37 2005 +0200
@@ -48,7 +48,7 @@
 fun rat_of_int i = rat_of_intinf (IntInf.fromInt i);
 
 fun norm (a, 0, q) =
-      Rat (true, 0, 1) (*is that intentional?*)
+      Rat (true, 0, 1)
   | norm (a, p, q) =
       let
         val absp = abs p