made SML/NJ happy
authorhaftmann
Mon, 15 Jun 2009 09:43:30 +0200
changeset 31638 e2272338dfcf
parent 31637 e1223f58ea9b
child 31639 3b98fabd2cf1
made SML/NJ happy
src/Provers/Arith/fast_lin_arith.ML
--- a/src/Provers/Arith/fast_lin_arith.ML	Mon Jun 15 08:16:09 2009 +0200
+++ b/src/Provers/Arith/fast_lin_arith.ML	Mon Jun 15 09:43:30 2009 +0200
@@ -122,7 +122,7 @@
 
   val empty = {add_mono_thms = [], mult_mono_thms = [], inj_thms = [],
                lessD = [], neqE = [], simpset = Simplifier.empty_ss,
-               number_of = (serial (), no_number_of) };
+               number_of = (serial (), no_number_of) } : T;
   val extend = I;
   fun merge _
     ({add_mono_thms= add_mono_thms1, mult_mono_thms= mult_mono_thms1, inj_thms= inj_thms1,