Instant is
off
|
Search plugin
|
Manual
|
haskell.org
<*
Packages
base
(
<*
)
:: Applicative f => f a -> f b -> f a
base
Control.Applicative
(
<*
*>)
:: Applicative f => f a -> f (a -> b) -> f b
base
Control.Applicative
A variant of
<*>
with the arguments reversed.
(
<*
>)
:: Applicative f => f (a -> b) -> f a -> f b
base
Control.Applicative
©
Neil Mitchell
2004-2012, version 4.2.11