X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Ftactics%2FvariousTactics.mli;h=eefdd9846aad150c578a8ea34ad83087000b6d85;hb=de9a83f286eee12117fb478ea2db18f7faebac9a;hp=c27e542ff1cbbe49513d7bb13532354b46c68223;hpb=a6fc115fd7d4cfba94a43f001f4c27322d3db1a8;p=helm.git diff --git a/helm/ocaml/tactics/variousTactics.mli b/helm/ocaml/tactics/variousTactics.mli index c27e542ff..eefdd9846 100644 --- a/helm/ocaml/tactics/variousTactics.mli +++ b/helm/ocaml/tactics/variousTactics.mli @@ -25,14 +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.status -> - ProofEngineTypes.proof * ProofEngineTypes.goal list + (* change the current goal to those referred by the given meta number *) +val set_goal: int -> ProofEngineTypes.tactic