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