package ocamlformat-mlx-lib

  1. Overview
  2. Docs
OCaml .mlx Code Formatter

Install

Dune Dependency

Authors

Maintainers

Sources

ocamlformat-mlx-0.27.0.1.tbz
sha256=4557bcca3d2bd2b6d37b046a84a82a1bed83e46e45e363c0b209d30d70c0ec77
sha512=2802651c733bf3535ce9d2e4e533729da75b17e9507d911f4d79d1a68f35ddfb82db1daf8815a46d57a9937dea5b5466d523739c217ace0e446738208037ec2d

doc/ocamlformat-mlx-lib.ocaml_common/Ocamlformat_ocaml_common/Syntaxerr/index.html

Module Ocamlformat_ocaml_common.SyntaxerrSource

Auxiliary type for reporting syntax errors

Warning: this module is unstable and part of compiler-libs.

Sourcetype invalid_package_type =
  1. | Parameterized_types
  2. | Constrained_types
  3. | Private_types
  4. | Not_with_type
  5. | Neither_identifier_nor_with_type
Sourcetype error =
  1. | Unclosed of Location.t * string * Location.t * string
  2. | Expecting of Location.t * string
  3. | Not_expecting of Location.t * string
  4. | Applicative_path of Location.t
  5. | Variable_in_scope of Location.t * string
  6. | Other of Location.t
  7. | Ill_formed_ast of Location.t * string
  8. | Invalid_package_type of Location.t * invalid_package_type
  9. | Removed_string_set of Location.t
Sourceexception Error of error
Sourceexception Escape_error
Sourceval location_of_error : error -> Location.t
Sourceval ill_formed_ast : Location.t -> string -> 'a
OCaml

Innovation. Community. Security.