aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/extraargs.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/extraargs.mli')
-rw-r--r--tactics/extraargs.mli10
1 files changed, 5 insertions, 5 deletions
diff --git a/tactics/extraargs.mli b/tactics/extraargs.mli
index ee4f38c9d..60ee03f0e 100644
--- a/tactics/extraargs.mli
+++ b/tactics/extraargs.mli
@@ -33,7 +33,7 @@ val glob : constr_expr Pcoq.Gram.entry
type 'id gen_place= ('id * Locus.hyp_location_flag,unit) location
-type loc_place = identifier Pp.located gen_place
+type loc_place = identifier Loc.located gen_place
type place = identifier gen_place
val rawwit_hloc : loc_place raw_abstract_argument_type
@@ -41,11 +41,11 @@ val wit_hloc : place typed_abstract_argument_type
val hloc : loc_place Pcoq.Gram.entry
val pr_hloc : loc_place -> Pp.std_ppcmds
-val in_arg_hyp: (Names.identifier Pp.located list option * bool) Pcoq.Gram.entry
-val globwit_in_arg_hyp : (Names.identifier Pp.located list option * bool) glob_abstract_argument_type
-val rawwit_in_arg_hyp : (Names.identifier Pp.located list option * bool) raw_abstract_argument_type
+val in_arg_hyp: (Names.identifier Loc.located list option * bool) Pcoq.Gram.entry
+val globwit_in_arg_hyp : (Names.identifier Loc.located list option * bool) glob_abstract_argument_type
+val rawwit_in_arg_hyp : (Names.identifier Loc.located list option * bool) raw_abstract_argument_type
val wit_in_arg_hyp : (Names.identifier list option * bool) typed_abstract_argument_type
-val raw_in_arg_hyp_to_clause : (Names.identifier Pp.located list option * bool) -> Locus.clause
+val raw_in_arg_hyp_to_clause : (Names.identifier Loc.located list option * bool) -> Locus.clause
val glob_in_arg_hyp_to_clause : (Names.identifier list option * bool) -> Locus.clause
val pr_in_arg_hyp : (Names.identifier list option * bool) -> Pp.std_ppcmds