]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/ring.mli
Initial revision
[helm.git] / helm / gTopLevel / ring.mli
index 66ad9b121235554d4d664da22753b2e862d37242..224f150cce0c7e1b187432be02fbfb7d2e0bf445 100644 (file)
@@ -6,10 +6,3 @@ val ring_tac: ProofEngineTypes.tactic
 val elim_type_tac: term: Cic.term -> ProofEngineTypes.tactic
 val reflexivity_tac: ProofEngineTypes.tactic
 val id_tac : ProofEngineTypes.tactic
-
-  (* pseudo tacticals *)
-val try_tactics:
-  tactics: (string * ProofEngineTypes.tactic) list -> ProofEngineTypes.tactic
-val thens:
- start: ProofEngineTypes.tactic ->
- continuations: ProofEngineTypes.tactic list -> ProofEngineTypes.tactic