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>>
ReaderT reader: create a computation from a function on the environment.
reader