fix tdefinition issue (the list wasn't optional)
This commit is contained in:
parent
0fcd634f81
commit
a702759618
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ tdefinition:
|
||||||
|
|
||||||
list_constructor_and_their_ty:
|
list_constructor_and_their_ty:
|
||||||
// TODO: C'est pas sensé être en option list_ty ici?
|
// TODO: C'est pas sensé être en option list_ty ici?
|
||||||
| c=located(constructor) t=list_ty {
|
| c=located(constructor) t=optionlist(list_ty) {
|
||||||
(c, t)
|
(c, t)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue