Module Ocamlformat_lib.Cmt

type t
val is_docstring : t -> Ocamlformat_stdlib.bool
type comparator_witness
val comparator : (t, comparator_witness) Base__Comparator.t
type error = {
  1. kind : [ `Added of t | `Dropped of t | `Modified of t * t ];
  2. cmt_kind : [ `Comment | `Doc_comment ];
}
type pos =
  1. | Before
  2. | Within
  3. | After
type loc = t
module Comparator_no_loc : sig ... end