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

definition: Info
 
reader :: Monad m => (r -> a) -> ReaderT r m a
reader = asks
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
| Performs a computation in the reader monad (equivalent to asks).
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> {asks}}
name: Info
 reader
precedence: Info
 no precedence defined
result-values: Info
 {asks}
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