X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2FprimitiveTactics.mli;h=ce5194ad133e4c1435ed6932189c86628f60916d;hb=56117fb4613ccd685861ca762954169c059467c8;hp=c47c9e19a9347b662f3b22c04bdb5e4097ac78fd;hpb=2a20f24b0c51947e5b3f03d31d9ffd8ce7ee5324;p=helm.git diff --git a/components/tactics/primitiveTactics.mli b/components/tactics/primitiveTactics.mli index c47c9e19a..ce5194ad1 100644 --- a/components/tactics/primitiveTactics.mli +++ b/components/tactics/primitiveTactics.mli @@ -76,3 +76,9 @@ val elim_intros_simpl_tac: val elim_intros_tac: ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> ?depth:int -> ?using:Cic.term -> Cic.term -> ProofEngineTypes.tactic + +(* FG *) + +(* inserts a hole in the context *) +val letout_tac: + ProofEngineTypes.tactic