package ocamlformat-mlx-lib

  1. Overview
  2. Docs
OCaml .mlx Code Formatter

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ocamlformat-mlx-0.29.0.0.tbz
sha256=9c5a6721d16d980e7730274543a0151c920715ce447946a3f833d4e2568e3a68
sha512=a0552cf055b6e061ab2bb0341aa9ddea860ded6e6522d2188e2a6697c18dc14ebbb01935b535695850b72f9880c4b2fa2a821a20be75c992fcbaf9b3f3a127b7

doc/ocamlformat-mlx-lib.odoc_parser/Ocamlformat_odoc_parser/Lexer/index.html

Module Ocamlformat_odoc_parser.LexerSource

Sourcetype input = {
  1. file : string;
  2. offset_to_location : int -> Loc.point;
  3. warnings : Warning.t list ref;
  4. lexbuf : Lexing.lexbuf;
  5. string_buffer : Buffer.t;
}