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
I'm not sure whether subj is a bug or a feature, but for me it was somewhat unexpected that the code
(: cns (-> $A $A $A))
!(cns 1 ())
type-checks. This behavior might be convenient, so I don't have strong opinion whether we need to add (: () Unit) into stdlib, but we may need to decide what behavior should be and add a unit test covering it.
The text was updated successfully, but these errors were encountered:
I'm not sure whether subj is a bug or a feature, but for me it was somewhat unexpected that the code
type-checks. This behavior might be convenient, so I don't have strong opinion whether we need to add
(: () Unit)
into stdlib, but we may need to decide what behavior should be and add a unit test covering it.The text was updated successfully, but these errors were encountered: