package ocaml-base-compiler

  1. Overview
  2. Docs
Official release 4.08.1

Install

dune-project
 Dependency

Authors

Maintainers

Sources

4.08.1.tar.gz
sha256=b53ed3d487b83fd49bc181bded066ae8e6fb592cf40514261d27d36050d5db85
md5=723b6bfe8cf5abcbccc6911143f71055

doc/ocamlcommon/Includecore/index.html

Module Includecore

exception Dont_match
type type_mismatch =
  1. | Arity
  2. | Privacy
  3. | Kind
  4. | Constraint
  5. | Manifest
  6. | Variance
  7. | Field_type of Ident.t
  8. | Field_mutable of Ident.t
  9. | Field_arity of Ident.t
  10. | Field_names of int * Ident.t * Ident.t
  11. | Field_missing of bool * Ident.t
  12. | Record_representation of bool
  13. | Unboxed_representation of bool
  14. | Immediate
val type_declarations : ?equality:bool -> loc:Location.t -> Env.t -> mark:bool -> string -> Types.type_declaration -> Path.t -> Types.type_declaration -> type_mismatch option
val extension_constructors : loc:Location.t -> Env.t -> mark:bool -> Ident.t -> Types.extension_constructor -> Types.extension_constructor -> type_mismatch option
val report_type_mismatch : string -> string -> string -> Format.formatter -> type_mismatch -> unit
OCaml

Innovation. Community. Security.