Applies the function to transform the result of a continuation passing computation. This has more stronger typing because ContT does not require that M has the instance of Monad.
ContT
M
Monad
The function to be lifted.
The lifted function between ContT.
Generated using TypeDoc
Applies the function to transform the result of a continuation passing computation. This has more stronger typing because
ContT
does not require thatM
has the instance ofMonad
.