This commit is contained in:
Mylloon 2023-10-24 20:25:22 +02:00
parent f8d9068012
commit d9fd965b3b
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -103,7 +103,6 @@ tdefinition:
}
list_constructor_and_their_ty:
// TODO: C'est pas sensé être en option list_ty ici?
| c=located(constructor) t=optionlist(list_ty) {
(c, t)
}