package merlin-lib
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=5642cde8486a84aad98fa5c590b70e8dcc6074d7fbdb3b9b8c46b2c5b42f653b
sha512=1d7a7751157e393d3ae248ef5ae24a6b4e81430666c61cc51a3d0ec35804523317036f3d7a3c7f18a7554337f4e5f5989fb677865b261ece3fd2b317903570ba
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 targeted at internal use when debugging 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)