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
Ok, so any function composition should be done within that operator's argument. Thanks! I'll leave the issue open because I think the compiler should either tell the user about this or transform the input to function composition.
Reproducing test case (paste in editor.html to see the error):
The relevant part is
mapPrimitives (\(x) -> x)
. I'm sure this code is wrong, but the error message isn't helping me understand why.The text was updated successfully, but these errors were encountered: