package ocamlformat-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. location : Loc.span;
  2. message : string;
}
val to_string : t -> string
val pp : Format.formatter -> t -> unit
val kasprintf : (string -> 'a) -> ('b, Format.formatter, unit, 'a) format4 -> 'b
val kmake : (string -> 'a) -> ?suggestion:string -> ('b, Format.formatter, unit, 'a) format4 -> 'b
val make : ?suggestion:string -> ('a, Format.formatter, unit, Loc.span -> t) format4 -> 'a
OCaml

Innovation. Community. Security.