CurryInfo: base-3.4.0 / Control.Applicative.liftA

definition: Info
 
liftA :: Applicative f => (a -> b) -> f a -> f b
liftA f a = pure f <*> a
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Lift a function to actions.
This function may be used as a value for `fmap` in a `Functor` instance.
failfree: Info
 (_, _, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_) |-> _}
name: Info
 liftA
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.Applicative c => (a -> b) -> c a -> c b
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms