package ocamlformat

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ocamlformat.Cmt

type t = private {
  1. txt : Ocamlformat_stdlib.string;
  2. loc : Migrate_ast.Location.t;
}
include Ocamlformat_stdlib.Comparator.S with type t := t
type comparator_witness
val comparator : (t, comparator_witness) Ocamlformat_stdlib.Comparator.comparator
type pos =
  1. | Before
  2. | Within
  3. | After