mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-09 22:16:10 +03:00
make the change in the datatype
This commit is contained in:
parent
fced0fff54
commit
391bf2527d
@ -74,7 +74,7 @@ and naked_typ =
|
||||
| TStruct of StructName.t
|
||||
| TEnum of EnumName.t
|
||||
| TOption of typ
|
||||
| TArrow of typ * typ
|
||||
| TArrow of typ list * typ
|
||||
| TArray of typ
|
||||
| TAny
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user