make the change in the datatype

This commit is contained in:
adelaett 2023-01-11 11:22:42 +01:00
parent fced0fff54
commit 391bf2527d

View File

@ -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