src/ZF/Tools/typechk.ML
changeset 26287 df8e5362cff9
parent 24893 b8ef7afe3a6b
child 26496 49ae9456eba9
--- a/src/ZF/Tools/typechk.ML	Sat Mar 15 22:07:25 2008 +0100
+++ b/src/ZF/Tools/typechk.ML	Sat Mar 15 22:07:26 2008 +0100
@@ -93,8 +93,8 @@
 fun typecheck_tac ctxt = REPEAT (typecheck_step_tac (tcset_of ctxt));
 
 (*Compiles a term-net for speed*)
-val basic_res_tac = net_resolve_tac [TrueI,refl,reflexive_thm,iff_refl,
-                                     @{thm ballI},allI,conjI,impI];
+val basic_res_tac = net_resolve_tac [@{thm TrueI}, @{thm refl}, reflexive_thm, @{thm iff_refl},
+                                     @{thm ballI}, @{thm allI}, @{thm conjI}, @{thm impI}];
 
 (*Instantiates variables in typing conditions.
   drawback: does not simplify conjunctions*)