aboutsummaryrefslogtreecommitdiff
path: root/parsing
diff options
context:
space:
mode:
authorfilliatr2000-06-21 17:27:03 +0000
committerfilliatr2000-06-21 17:27:03 +0000
commit889dcd22b3110279525af9fcb07d5de651c685d4 (patch)
tree3914a268ffbde63508f6742b39f9e7d63393061d /parsing
parent76c94dfe021aa83954b9403711a81a7a6cb303bd (diff)
- $BINDER -> BINDER dans g_constr.ml4 (=> erreur syntax Fix)
- suite portage Ring git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@516 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing')
-rw-r--r--parsing/g_constr.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/g_constr.ml4 b/parsing/g_constr.ml4
index 96be64616d..e9ed83a54f 100644
--- a/parsing/g_constr.ml4
+++ b/parsing/g_constr.ml4
@@ -141,7 +141,7 @@ GEXTEND Gram
;
vardecls:
[ [ id = ident; idl = ident_comma_list_tail; c = type_option ->
- <:ast< ($BINDER $c $id ($LIST $idl)) >>
+ <:ast< (BINDER $c $id ($LIST $idl)) >>
| id = ident; "="; c = constr ->
<:ast< (ABST #Core#let.cci $c $id) >> ] ]
;