aboutsummaryrefslogtreecommitdiffhomepage
path: root/printing/ppconstr.mli
diff options
context:
space:
mode:
authorGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-12-14 15:56:25 +0000
committerGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-12-14 15:56:25 +0000
commit67f5c70a480c95cfb819fc68439781b5e5e95794 (patch)
tree67b88843ba54b4aefc7f604e18e3a71ec7202fd3 /printing/ppconstr.mli
parentcc03a5f82efa451b6827af9a9b42cee356ed4f8a (diff)
Modulification of identifier
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16071 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'printing/ppconstr.mli')
-rw-r--r--printing/ppconstr.mli8
1 files changed, 4 insertions, 4 deletions
diff --git a/printing/ppconstr.mli b/printing/ppconstr.mli
index 1d7f5f7f5..7343140d2 100644
--- a/printing/ppconstr.mli
+++ b/printing/ppconstr.mli
@@ -30,9 +30,9 @@ val prec_less : int -> int * Ppextend.parenRelation -> bool
val pr_tight_coma : unit -> std_ppcmds
val pr_or_var : ('a -> std_ppcmds) -> 'a or_var -> std_ppcmds
-val pr_metaid : identifier -> std_ppcmds
+val pr_metaid : Id.t -> std_ppcmds
-val pr_lident : identifier located -> std_ppcmds
+val pr_lident : Id.t located -> std_ppcmds
val pr_lname : name located -> std_ppcmds
val pr_with_comments : Loc.t -> std_ppcmds -> std_ppcmds
@@ -42,7 +42,7 @@ val pr_sep_com :
(constr_expr -> std_ppcmds) ->
constr_expr -> std_ppcmds
-val pr_id : identifier -> std_ppcmds
+val pr_id : Id.t -> std_ppcmds
val pr_name : name -> std_ppcmds
val pr_qualid : qualid -> std_ppcmds
val pr_patvar : patvar -> std_ppcmds
@@ -59,7 +59,7 @@ val pr_may_eval :
val pr_glob_sort : glob_sort -> std_ppcmds
val pr_guard_annot : (constr_expr -> std_ppcmds) ->
local_binder list ->
- ('a * Names.identifier) option * recursion_order_expr ->
+ ('a * Names.Id.t) option * recursion_order_expr ->
std_ppcmds
val pr_binders : local_binder list -> std_ppcmds