package ocamlformat-lib

  1. Overview
  2. Docs
OCaml Code Formatter

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ocamlformat-0.28.1.tbz
sha256=70bda037d0bed961ed91bdb5198b2eeef542444750a8b015d80ccb94b3ff41fb
sha512=8de0517165c6f0cadcedcce66e57cb723956768a8068abd062243abb08fabf292283d0d284be230aa5647d0883a4dc7f28fcf1b70338a2b0c9b17a5bed1bbb71

doc/ocamlformat-lib.odoc_parser/Ocamlformat_odoc_parser/Warning/index.html

Module Ocamlformat_odoc_parser.WarningSource

Sourcetype t = {
  1. location : Loc.span;
  2. message : string;
}
Sourceval to_string : t -> string
Sourceval pp : Format.formatter -> t -> unit
Sourceval kasprintf : (string -> 'a) -> ('b, Format.formatter, unit, 'a) format4 -> 'b
Sourceval kmake : (string -> 'a) -> ?suggestion:string -> ('b, Format.formatter, unit, 'a) format4 -> 'b
Sourceval make : ?suggestion:string -> ('a, Format.formatter, unit, Loc.span -> t) format4 -> 'a