Module Jsonxt__.Compliant_lexxer_monad
module type IO = Jsonxt__.Io.IOmodule type LexIO = sig ... endmodule type Lex = sig ... endmodule Make : functor (Compliance : Jsonxt__.Compliance.S) -> functor (LexIO : LexIO) -> Lex with module IO := LexIO.IO