package links

  1. Overview
  2. Docs
type elt = t
type t =
  1. | Reorder_error of {
    1. error : Reorder_error.t;
    2. left : elt;
    3. right : elt;
    }
val pp : Stdlib.Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.