Module Parsexp__.Conv

module type S = Parsexp__.Conv_intf.S
module Make : functor (Mode : Mode) -> functor (Sexp_parser : Parsexp__.Parser.S with type parsed_value = Mode.parsed_sexp) -> functor (Positions_parser : Parsexp__.Parser.S with type parsed_value = Parsexp.Positions.t) -> S with type parsed_sexp := Mode.parsed_sexp with type chunk_to_conv := Mode.chunk_to_conv with type 'a res := 'a Mode.res