A
A
Alexander Skusnov2020-12-03 14:06:55
Haskell
Alexander Skusnov, 2020-12-03 14:06:55

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

1 answer(s)
W
wiz, 2020-12-04
@wiz

The results of the functions under composition are the values ​​wrapped in the data of the monad m.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question