Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
364dd65d
Commit
364dd65d
authored
Jul 10, 2007
by
Pietro Abate
Browse files
[r2004-06-07 15:50:37 by cmiachon] conflict with "where" keyword and "/"
Original author: cmiachon Date: 2004-06-07 15:50:37+00:00
parent
f7857871
Changes
1
Hide whitespace changes
Inline
Side-by-side
parser/parser.ml
View file @
364dd65d
...
...
@@ -252,7 +252,7 @@ EXTEND
|
[
e1
=
expr
;
op
=
[
"*"
];
e2
=
expr
->
exp
loc
(
Op
(
op
,
[
e1
;
e2
]))
|
e1
=
expr
;
"&&"
;
e2
=
expr
->
exp
loc
(
logical_and
e1
e2
)
|
e
=
expr
;
op
=
"/"
;
p
=
pat
->
|
e
=
expr
;
op
=
"/"
;
p
=
pat
LEVEL
"simple"
->
let
tag
=
mk
loc
(
Internal
(
Types
.
atom
(
Atoms
.
any
)))
in
let
att
=
mk
loc
(
Internal
Types
.
Record
.
any
)
in
let
any
=
mk
loc
(
Internal
(
Types
.
any
))
in
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment