Applicative | R Documentation |
Alternative
.Applicative class. This also defines the interface for Alternative
.
Applicative class. This also defines the interface for Alternative
.
rhaskell::Functor
-> Applicative
pure()
Applicative$pure(x)
x
element
pure :: a -> f a
Sequential application, i.e. (<*>)
apply()
Applicative$apply(x)
x
Applicative element
apply :: f (a -> b) (=self) -> f a -> f b
Identity of alt
empty :: f a
An associative binary operation
alt :: f a (=self) -> f a -> f a
empty()
Applicative$empty()
alt()
Applicative$alt(other)
clone()
The objects of this class are cloneable with this method.
Applicative$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.