src/ZF/Order.ML
changeset 2637 e9b203f854ae
parent 2493 bdeb5024353a
child 2925 b0ae2e13db93
--- a/src/ZF/Order.ML	Sat Feb 15 17:48:19 1997 +0100
+++ b/src/ZF/Order.ML	Sat Feb 15 17:52:31 1997 +0100
@@ -11,6 +11,8 @@
 
 open Order;
 
+val op addss = op unsafe_addss;
+
 (** Basic properties of the definitions **)
 
 (*needed?*)
@@ -237,11 +239,10 @@
 
 (*Rewriting with bijections and converse (function inverse)*)
 val bij_inverse_ss = 
-    !simpset setsolver (type_auto_tac [ord_iso_is_bij, bij_is_fun, apply_type, 
+    !simpset setSolver (type_auto_tac [ord_iso_is_bij, bij_is_fun, apply_type, 
                                        bij_converse_bij, comp_fun, comp_bij])
           addsimps [right_inverse_bij, left_inverse_bij];
 
-
 (** Symmetry and Transitivity Rules **)
 
 (*Reflexivity of similarity*)