Skip to main content

reader_t_reader

Function reader_t_reader 

Source
pub fn reader_t_reader<E: 'static, M: ApplicativeSt + 'static, A: 'static>(
    f: impl Fn(E) -> A + 'static,
) -> Box<dyn Fn(E) -> M::Of<A>>
Expand description

ReaderT reader: create a computation from a function on the environment.