src/ZF/simpdata.ML
changeset 516 1957113f0d7d
parent 485 5e00a676a211
child 533 7357160bc56a
--- a/src/ZF/simpdata.ML	Fri Aug 12 12:28:46 1994 +0200
+++ b/src/ZF/simpdata.ML	Fri Aug 12 12:51:34 1994 +0200
@@ -50,9 +50,8 @@
 
 val ZF_typechecks = [if_type,lam_type,SigmaI,apply_type,split_type];
 
-(*To instantiate variables in typing conditions; 
-  to perform type checking faster than rewriting can
-  NOT TERRIBLY USEFUL because it does not simplify conjunctions*)
+(*Instantiates variables in typing conditions.
+  drawback: does not simplify conjunctions*)
 fun type_auto_tac tyrls hyps = SELECT_GOAL
     (DEPTH_SOLVE (typechk_step_tac (tyrls@hyps)
            ORELSE ares_tac [TrueI,refl,iff_refl,ballI,allI,conjI,impI] 1));