Module Reader.T2

Parameters

module M : Monad

Signature

type 'a m = 'a M.t
type ('a, 'e) t = ('a m, 'e) reader
type ('a, 'e) e = 'e -> 'a m