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
Raphaël Cauderlier
Sigmaid
Commits
8724574f
Commit
8724574f
authored
Jun 30, 2014
by
Raphaël Cauderlier
Browse files
Fix duplication of labels definitions
parent
587e472f
Changes
1
Hide whitespace changes
Inline
Side-by-side
parser.mly
View file @
8724574f
...
...
@@ -13,7 +13,7 @@
|
[]
->
[
k
]
|
k'
::
l
when
k
<
k'
->
k
::
k'
::
l
|
k'
::
l
when
k
=
k'
->
k
::
l
|
k'
::
l
->
k'
::
k
::
l
|
k'
::
l
->
k'
::
(
insert1
k
l
)
let
label
l
=
let
l'
=
Label
l
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