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