Module Jsonxt__.Reader_monad

module type Reader_monad = sig ... end
module Make : functor (Parser : Jsonxt__.Parser_monad.Parser) -> Reader_monad with type json = Parser.Compliance.json and module IO := Parser.IO