src/ZF/ex/Term.ML
changeset 6153 bff90585cce5
parent 6112 5e4871c5136b
child 6160 32c0b8f57bb7
--- a/src/ZF/ex/Term.ML	Mon Jan 25 20:35:19 1999 +0100
+++ b/src/ZF/ex/Term.ML	Wed Jan 27 10:31:31 1999 +0100
@@ -171,14 +171,11 @@
 
 (** Term simplification **)
 
-val term_typechecks =
-    [term.Apply_I, term_map_type, term_map_type2, term_size_type, 
-     reflect_type, preorder_type, postorder_type];
+AddTCs [term.Apply_I, term_map_type, term_map_type2, term_size_type, 
+	reflect_type, preorder_type, postorder_type];
 
 (*map_type2 and term_map_type2 instantiate variables*)
-simpset_ref() := simpset()
-      addsimps [term_rec, term_map, term_size, reflect, preorder, postorder]
-      setSolver type_auto_tac (list_typechecks@term_typechecks);
+Addsimps [term_rec, term_map, term_size, reflect, preorder, postorder];
 
 
 (** theorems about term_map **)