Jsonxt__.Error_or
module type IO = Jsonxt__.Io.IO
module type Intf = sig ... end
module Make : functor (IO : IO) -> Intf with module IO := IO