X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2Fring.mli;h=224f150cce0c7e1b187432be02fbfb7d2e0bf445;hb=89262281b6e83bd2321150f81f1a0583645eb0c8;hp=66ad9b121235554d4d664da22753b2e862d37242;hpb=4720c6af414c4a834a994fdb404fda2d0c04fc03;p=helm.git diff --git a/helm/gTopLevel/ring.mli b/helm/gTopLevel/ring.mli index 66ad9b121..224f150cc 100644 --- a/helm/gTopLevel/ring.mli +++ b/helm/gTopLevel/ring.mli @@ -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