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