X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Ftactics%2FvariousTactics.mli;h=d1da2fe98b7715d45043e355e294e75e8f03259a;hb=275727242ccdce9df01af65f3bfb2d65283fa197;hp=2be47c1ec25205fff13e7344bf9337afb458209f;hpb=f654787b2156ede958a1d35ca8daf239de1b7b89;p=helm.git diff --git a/helm/ocaml/tactics/variousTactics.mli b/helm/ocaml/tactics/variousTactics.mli index 2be47c1ec..d1da2fe98 100644 --- a/helm/ocaml/tactics/variousTactics.mli +++ b/helm/ocaml/tactics/variousTactics.mli @@ -25,14 +25,10 @@ *) exception AllSelectedTermsMustBeConvertible;; -exception NotApplicableTheorem;; val assumption_tac: ProofEngineTypes.tactic val generalize_tac: ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> Cic.term list -> ProofEngineTypes.tactic -val auto_tac : - MQIConn.handle -> - status:ProofEngineTypes.status - -> ProofEngineTypes.proof * ProofEngineTypes.goal list +