CurryInfo: transformers-3.0.0 / Control.Monad.Trans.Reader.asks

definition: Info
 
asks :: Monad m => (r -> a) -> ReaderT r m a
asks f = f <$> ask
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
| Retrieves the environment with a selector function applied to it.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 asks
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.Monad c => (a -> b) -> ReaderT a c b
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms