ocamlformat-lib.odoc_parser
Ocamlformat_odoc_parser.Lexer
ocamlformat-lib
ocamlformat-lib.format_
ocamlformat-lib.ocaml_common
ocamlformat-lib.ocamlformat_stdlib
ocamlformat-lib.parser_extended
ocamlformat-lib.parser_shims
ocamlformat-lib.parser_standard
ocamlformat-lib.stdlib_shims
type input = {
file : string;
offset_to_location : int -> Loc.point;
warnings : Warning.t list Stdlib.ref;
lexbuf : Stdlib.Lexing.lexbuf;
string_buffer : Stdlib.Buffer.t;
}
val token : input -> Stdlib.Lexing.lexbuf -> Token.t Loc.with_location