slight corrections
authorhaftmann
Fri, 21 Oct 2005 14:47:37 +0200
changeset 17950 924d3e71cdc9
parent 17949 0150d6d7728b
child 17951 ff954cc338c7
slight corrections
src/Pure/General/rat.ML
--- 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