Answer the question
In order to leave comments, you need to log in
What hangs from the monad (interpretation of the meaning)?
Guys, can you translate what is hanging (hang off) there?
(>=>)
:: Monad m
=> (a -> mb) -> (b -> mc) -> a -> mc
flip (.)
:: (a -> b) -> (b -> c ) -> a -> c
It's function composition with monadic structure hanging
off the functions we're composing.
---
there was also a "translation from English" tag, but it disappeared
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question