You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2023. It is now read-only.
implement syntax for arity zero vs arity one in uncurried application (#139)
* implement syntax for arity zero vs arity one in uncurried application
Since there is no syntax space for arity zero vs arity one,
we parse
`fn(. ())` into
`fn(. {let __res_unit = (); __res_unit})`
when the parsetree is intended for type checking
`fn(.)` is treated as zero arity application
* add CHANGELOG entry
0 commit comments