aboutsummaryrefslogtreecommitdiff
path: root/syntax
diff options
context:
space:
mode:
Diffstat (limited to 'syntax')
-rwxr-xr-xsyntax/PPConstr.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/PPConstr.v b/syntax/PPConstr.v
index 8590ee7c18..436b2b8136 100755
--- a/syntax/PPConstr.v
+++ b/syntax/PPConstr.v
@@ -43,7 +43,7 @@ Syntax constr
prop [ Prop ] -> ["Prop"]
| set [ Set ] -> ["Set"]
| type [ Type ] -> ["Type"]
- | type_sp [ << (TYPE ($PATH $sp) ($NUM $n)) >> ] -> ["Type"]
+ | type_sp [ << (TYPE $id) >> ] -> ["Type" $id]
(* Note: Atomic constants (Nvar, CONST, MUTIND, MUTCONSTRUCT) are printed in
Printer to know if they must be qualified or not (and previously to
deal with the duality CCI/FW) *)