diff options
| author | corbinea | 2004-06-29 15:55:40 +0000 |
|---|---|---|
| committer | corbinea | 2004-06-29 15:55:40 +0000 |
| commit | f68638477459eef68fb69adee244f58894e1f0a4 (patch) | |
| tree | 5555b399af00f9cdb5e91ccb291269af8c5afc19 /tactics/extraargs.mli | |
| parent | 5a9ee53ca774a8878fd37812c114d82779657b16 (diff) | |
moved instantiate binding to extratactics
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5852 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/extraargs.mli')
| -rw-r--r-- | tactics/extraargs.mli | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tactics/extraargs.mli b/tactics/extraargs.mli index 3e00990105..a6ab2ed8bf 100644 --- a/tactics/extraargs.mli +++ b/tactics/extraargs.mli @@ -10,9 +10,25 @@ open Tacexpr open Term +open Names open Proof_type open Topconstr +open Rawterm val rawwit_orient : bool raw_abstract_argument_type val wit_orient : bool closed_abstract_argument_type val orient : bool Pcoq.Gram.Entry.e + +val rawwit_raw : constr_expr raw_abstract_argument_type +val wit_raw : rawconstr closed_abstract_argument_type +val raw : constr_expr Pcoq.Gram.Entry.e + +type 'id gen_place= ('id * hyp_location_flag,unit) location + +type loc_place = identifier Util.located gen_place +type place = identifier gen_place + +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 + |
