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
At the time being, we supply functions at the very first parameter. I thought this was nicer since syntax order is closer to Haskell, but since we don't have do-notation or for-comprehensions I think that we can benefit from having the kleisli defined as the second parameter, as in:
bind[foo] {[a]
bind[bar] {[b]
bind[baz] ret
}
}
The text was updated successfully, but these errors were encountered:
At the time being, we supply functions at the very first parameter. I thought this was nicer since syntax order is closer to Haskell, but since we don't have do-notation or for-comprehensions I think that we can benefit from having the kleisli defined as the second parameter, as in:
The text was updated successfully, but these errors were encountered: