package merlin-lib
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=67da3b34f2fea07678267309f61da4a2c6f08298de0dc59655b8d30fd8269af1
sha512=1fb3b5180d36aa82b82a319e15b743b802b6888f0dc67645baafdb4e18dfc23a7b90064ec9bc42f7424061cf8cde7f8839178d8a8537bf4596759f3ff4891873
doc/merlin-lib.ocaml_typing/Ocaml_typing/index.html
Module Ocaml_typing
Source
module Annot : sig ... end
cmt 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 ... end
This 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 ... end
Types related to the compilation of value let-recs (non-functional recursive definitions)