aboutsummaryrefslogtreecommitdiffhomepage
path: root/syntax
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-05-19 20:29:07 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-05-19 20:29:07 +0000
commitbe20128a5a515fc37c6c9b04f20325e5ea587f59 (patch)
tree59ed0326103b228193a9bab420c515445356a98a /syntax
parentdd7aa098ca44d8ce11f5e3059b5295f8a98f9ff5 (diff)
Affichage META
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4035 85f007b7-540e-0410-9357-904b9bb8a0f7
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)) >> ] ->