Ocamlformat_lib.CmtSourceinclude Ocamlformat_stdlib.Comparator.S with type t := tval comparator : (t, comparator_witness) Base__Comparator.comparatortype decoded_kind = | Verbatim of Ocamlformat_stdlib.stringOriginal content.
*)| Doc of Ocamlformat_stdlib.stringOriginal content.
*)| Normal of Ocamlformat_stdlib.stringOriginal content with indentation trimmed. Trailing spaces are not removed.
*)| Code of Ocamlformat_stdlib.stringSource code with indentation removed.
*)| Asterisk_prefixed of Ocamlformat_stdlib.string Ocamlformat_stdlib.listLine splitted with asterisks removed.
*)type decoded = {prefix : Ocamlformat_stdlib.string;Just after the opening.
*)suffix : Ocamlformat_stdlib.string;Just before the closing.
*)kind : decoded_kind;}