src/ZF/func.ML
changeset 3093 c9419211e542
parent 3000 7ecb8b6a3d7f
child 3840 e0baea4d485a
--- a/src/ZF/func.ML	Fri May 02 10:18:50 1997 +0200
+++ b/src/ZF/func.ML	Fri May 02 10:19:19 1997 +0200
@@ -329,7 +329,7 @@
 (*Prove the product and domain subgoals using distributive laws*)
 by (asm_full_simp_tac (!simpset addsimps [Pi_iff,extension]@Un_rls) 1);
 by (rewtac function_def);
-by (Blast.depth_tac (!claset) 11 1);	(*11 secs*)
+by (Blast.depth_tac (!claset) 12 1);	(*9 secs*)
 qed "fun_disjoint_Un";
 
 goal ZF.thy