From 208a0f7bfa5249f9795e6e225f309cbe715c0fad Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Tue, 21 Nov 2006 21:38:49 +0000 Subject: Imported Upstream version 8.1~gamma --- tactics/extraargs.mli | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'tactics/extraargs.mli') diff --git a/tactics/extraargs.mli b/tactics/extraargs.mli index 004fef02..4a9a0c5f 100644 --- a/tactics/extraargs.mli +++ b/tactics/extraargs.mli @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i $Id: extraargs.mli 6621 2005-01-21 17:24:37Z herbelin $ i*) +(*i $Id: extraargs.mli 9076 2006-08-23 15:05:54Z jforest $ i*) open Tacexpr open Term @@ -39,3 +39,14 @@ val rawwit_hloc : loc_place raw_abstract_argument_type val wit_hloc : place closed_abstract_argument_type val hloc : loc_place Pcoq.Gram.Entry.e + +val in_arg_hyp: (Names.identifier Util.located list option * bool) Pcoq.Gram.Entry.e +val rawwit_in_arg_hyp : (Names.identifier Util.located list option * bool) raw_abstract_argument_type +val wit_in_arg_hyp : (Names.identifier list option * bool) closed_abstract_argument_type +val raw_in_arg_hyp_to_clause : (Names.identifier Util.located list option * bool) -> Tacticals.clause +val glob_in_arg_hyp_to_clause : (Names.identifier list option * bool) -> Tacticals.clause + + +val by_arg_tac : Tacexpr.raw_tactic_expr option Pcoq.Gram.Entry.e +val rawwit_by_arg_tac : raw_tactic_expr option raw_abstract_argument_type +val wit_by_arg_tac : glob_tactic_expr option closed_abstract_argument_type -- cgit v1.2.3