]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/tests/TPTP/Veloci/COL062-3.p.ma
fixed script
[helm.git] / helm / software / matita / tests / TPTP / Veloci / COL062-3.p.ma
index 441838a238f441bfacb9970ae9230b5b01b5961a..b335f6908892d66ee23318a06ad02247be62c9fc 100644 (file)
@@ -1,4 +1,4 @@
-set "baseuri" "cic:/matita/TPTP/COL062-3".
+
 include "logic/equality.ma".
 (* Inclusion of: COL062-3.p *)
 (* -------------------------------------------------------------------------- *)
@@ -39,7 +39,7 @@ theorem prove_c_combinator:
 \forall H1:\forall X:Univ.\forall Y:Univ.\forall Z:Univ.eq Univ (apply (apply (apply b X) Y) Z) (apply X (apply Y Z)).eq Univ (apply (apply (apply (apply (apply b (apply (apply b (apply t (apply (apply b b) t))) b)) t) x) y) z) (apply (apply x z) y)
 .
 intros.
-auto paramodulation timeout=600.
+autobatch paramodulation timeout=100;
 try assumption.
 print proofterm.
 qed.