aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/pcoq.ml4
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-10-30 14:29:39 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-10-30 14:29:39 +0000
commite52a9fa8835eddf70d0c8e454470fb12eebef7cd (patch)
treec78de69bd77ada9fe1eb6cbf58544c7c6b3e86e8 /parsing/pcoq.ml4
parenta3b23be4009e8b15dc0fd90d849445f35f759e3d (diff)
Parsing du moins unaire au niveau de l'application qui n'a pas besoin d'etre associative a gauche; gestion du signe dans le parseur pas dans l'interpreteur
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4745 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing/pcoq.ml4')
-rw-r--r--parsing/pcoq.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/pcoq.ml4 b/parsing/pcoq.ml4
index 152141bfa..5380115e1 100644
--- a/parsing/pcoq.ml4
+++ b/parsing/pcoq.ml4
@@ -547,7 +547,7 @@ let default_levels_v8 =
100,Gramext.RightA;
99,Gramext.RightA;
90,Gramext.RightA;
- 10,Gramext.LeftA;
+ 10,Gramext.RightA;
9,Gramext.RightA;
1,Gramext.LeftA;
0,Gramext.RightA]