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
Because effectful functions, where effects are inferred by the type-checked are quite common, we agreed on a syntactic sugar for them. Arrow ->> should be a syntactic sugar for ->[_].
The text was updated successfully, but these errors were encountered:
Because effectful functions, where effects are inferred by the type-checked are quite common, we agreed on a syntactic sugar for them. Arrow
->>
should be a syntactic sugar for->[_]
.The text was updated successfully, but these errors were encountered: