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
flambda-backend: Pun labelled arguments with type constraint in function applications (#53)
Accept labelled argument punning with type constraint in pexp_apply
For example, function application of the form "foo ~(x:int)"
instead of the explicit "foo ~x:(x:int)".
0 commit comments