Monad | R Documentation |
Monad class.
Monad class.
rhaskell::Functor
-> rhaskell::Applicative
-> Monad
new()
Monad$new()
bind()
Monad$bind(fun)
fun
function taking pure value and return monadic value
bind :: m a (=self) -> (a -> m b) -> m b
clone()
The objects of this class are cloneable with this method.
Monad$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.