src/FOL/intprover.ML
changeset 4440 9ed4098074bc
parent 2601 b301958c465d
child 5203 eb5a1511a07d
--- a/src/FOL/intprover.ML	Fri Dec 19 09:58:42 1997 +0100
+++ b/src/FOL/intprover.ML	Fri Dec 19 10:13:47 1997 +0100
@@ -37,7 +37,7 @@
   (handles double negations).  Could instead rewrite by not_def as the first
   step of an intuitionistic proof.
 *)
-val safe_brls = sort lessb 
+val safe_brls = sort (make_ord lessb)
     [ (true,FalseE), (false,TrueI), (false,refl),
       (false,impI), (false,notI), (false,allI),
       (true,conjE), (true,exE),