package merlin-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type component =
  1. | Type of string * Type.t * deprecated
  2. | Class_type of string * Class_type.t * deprecated
  3. | Module_type of string * Module_type.t * deprecated
  4. | Module of string * t * deprecated
and components = component list
and kind =
  1. | Signature of components Lazy.t
  2. | Functor of Path.t -> t
and t =
  1. | Fresh of kind
  2. | Alias of Path.t