package merlin-lib
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=cc3c7c01f19a454c96f6bc8a39538023e01042519f001a895fd61488e2b49fb5
sha512=4268a932a8494023699abd98e0d52deb6f201f656863849db230dc8692050e0fe00cc25a50d70e902410f17a27268fd8335c32636f616ef012cf86fc9a43e019
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)