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
The ifElse primitive currently has the signature a -> a -> boolean. This has long been a minor source of annoyance, as the signature boolean -> a -> a is what one tends to expect while writing code.
Fix this. Some time. A lot of kernel code will have to be slightly rewritten, then re-generated into Haskell and Java.
The text was updated successfully, but these errors were encountered:
The
ifElse
primitive currently has the signaturea -> a -> boolean
. This has long been a minor source of annoyance, as the signatureboolean -> a -> a
is what one tends to expect while writing code.Fix this. Some time. A lot of kernel code will have to be slightly rewritten, then re-generated into Haskell and Java.
The text was updated successfully, but these errors were encountered: