X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Ftactics%2FvariousTactics.mli;h=eefdd9846aad150c578a8ea34ad83087000b6d85;hb=a7b90d2494f7d580faa54ecd2835bd4649129763;hp=5c7c9a0a9a0a8786f1c0fc3e3783475af5c89d12;hpb=282f371ba8533ea0e4e667265f9e4b04856bf972;p=helm.git diff --git a/helm/ocaml/tactics/variousTactics.mli b/helm/ocaml/tactics/variousTactics.mli index 5c7c9a0a9..eefdd9846 100644 --- a/helm/ocaml/tactics/variousTactics.mli +++ b/helm/ocaml/tactics/variousTactics.mli @@ -25,13 +25,13 @@ *) 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 : dbd:Mysql.dbd -> ProofEngineTypes.tactic + (* change the current goal to those referred by the given meta number *) +val set_goal: int -> ProofEngineTypes.tactic