Replies: 1 comment 2 replies
-
Fluture Hooks is essentially a tagged constructor (with FL methods) wrapper around callgebra, which I believe is just an implementation of the continuation Monad. The only thing that makes it Fluture -specific is the Apply instance on |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was looking at this lib and noticed that the Hook structure is Continuation monad.
Beta Was this translation helpful? Give feedback.
All reactions