]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/tacticals.mli
merged changes from the svn fork by me and Enrico
[helm.git] / helm / ocaml / tactics / tacticals.mli
index 79a486acb42b0dd5cd4185d73809c60ab3d68eca..d7cc2754575375a55b1a7467289527a2f11af931 100644 (file)
@@ -38,6 +38,8 @@ val then_:
  start: ProofEngineTypes.tactic ->
  continuation: ProofEngineTypes.tactic -> ProofEngineTypes.tactic
 
+ (** "folding" of then_ *)
+val seq: tactics: ProofEngineTypes.tactic list -> ProofEngineTypes.tactic
 
 val repeat_tactic: 
  tactic: ProofEngineTypes.tactic -> ProofEngineTypes.tactic
@@ -52,7 +54,7 @@ val try_tactic:
 val solve_tactics:
  tactics: (string * ProofEngineTypes.tactic) list -> ProofEngineTypes.tactic
 
-
+val fail: ProofEngineTypes.tactic
 
 (*
 val prova_tac : ProofEngineTypes.tactic