aboutsummaryrefslogtreecommitdiffhomepage
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 492c5cbba..e3ae94745 100755
--- a/syntax/PPConstr.v
+++ b/syntax/PPConstr.v
@@ -51,7 +51,7 @@ Syntax constr
deal with the duality CCI/FW) *)
| evar [ ? ] -> ["?"]
- | meta [ << (META ($NUM $n)) >> ] -> [ "?" $n ]
+ | meta [ << (META $n) >> ] -> [ "?" $n ]
| implicit [ << (IMPLICIT) >> ] -> ["<Implicit>"]
| indice [ << (REL ($NUM $n)) >> ] -> ["<Unbound ref: " $n ">"]
| instantiation [ << (INSTANCE $a ($LIST $l)) >> ] ->