From a4c7f8bd98be2a200489325ff7c5061cf80ab4f3 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Tue, 27 Dec 2016 16:53:30 +0100 Subject: Imported Upstream version 8.6 --- ltac/extratactics.mli | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ltac/extratactics.mli (limited to 'ltac/extratactics.mli') diff --git a/ltac/extratactics.mli b/ltac/extratactics.mli new file mode 100644 index 00000000..18334daf --- /dev/null +++ b/ltac/extratactics.mli @@ -0,0 +1,14 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* unit Proofview.tactic +val injHyp : Names.Id.t -> unit Proofview.tactic + +(* val refine_tac : Evd.open_constr -> unit Proofview.tactic *) + +val onSomeWithHoles : ('a option -> unit Proofview.tactic) -> 'a Tacexpr.delayed_open option -> unit Proofview.tactic -- cgit v1.2.3