package merlin-lib
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=82d648a4180d6d5aa3a083218e28bf197f4e9f147884de9302bb6811ad98b77f
sha512=e21c96db754a289462677e6985181902ddd90bab9e9cebbbb739d92d94b5aee7ef7a134da70ae384291d9bfaccfecd26d37b48f8d75c5d36b9eda18f6e5afd3d
doc/merlin-lib.ocaml_typing/Ocaml_typing/index.html
Module Ocaml_typingSource
module Annot : sig ... endcmt and cmti files format.
Functions for reporting core level type errors.
Support for creating fresh types isomorphic to the natural numbers
Functions for representing type expressions and module types as outcometree (with as 'a aliases for cycles) and printing them. All functions below depends on global contexts that keep track of
module Outcometree : sig ... endThis module provides function(s) for printing the internal representation of type expressions. It is targetted at internal use when debbuging the compiler itself.
Shapes are an abstract representation of modules' implementations which allow the tracking of definitions through functor applications and other module-level operations.
Short_path_graph is a representation of the environment (as a graph, using Graph.t) that is more suitable to answer short path queries.
Iterate on signature by syntactic group of items
Allows the implementation of typed tree inspection using open recursion
Immediacy status of a type
The OCaml runtime assumes for type-directed optimizations that all types are "separable". A type is "separable" if either all its inhabitants (the values of this type) are floating-point numbers, or none of them are.
module Value_rec_types : sig ... endTypes related to the compilation of value let-recs (non-functional recursive definitions)