package ocamlformat

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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
type pos =
  1. | Before
  2. | Within
  3. | After