X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Ftactics%2FvariousTactics.mli;h=35576326eb2dbc2f6ffa1e0f4b7adb6744908acc;hb=951069678fea0d6dcdde984320ec5057ddc57c3c;hp=ebbf843326b9d9f179b1e133ad6cb41528f9cbb4;hpb=2e9230cc95280f928b15c624ee4564fffea56373;p=helm.git diff --git a/helm/ocaml/tactics/variousTactics.mli b/helm/ocaml/tactics/variousTactics.mli index ebbf84332..35576326e 100644 --- a/helm/ocaml/tactics/variousTactics.mli +++ b/helm/ocaml/tactics/variousTactics.mli @@ -25,13 +25,11 @@ *) 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 -> ProofEngineTypes.tactic *) -val auto_tac : dbh:Dbi.connection -> ProofEngineTypes.tactic +val generalize_tac: + ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> + ProofEngineTypes.lazy_pattern -> + ProofEngineTypes.tactic