package merlin-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Type of Ident.t * Type.t * Origin.t option
  2. | Class_type of Ident.t * Class_type.t * Origin.t option
  3. | Module_type of Ident.t * Module_type.t * Origin.t option
  4. | Module of Ident.t * Module.t * Origin.t option
val origin : graph -> t -> Origin.t
val id : graph -> t -> Ident.t
val previous : graph -> t -> Origin.t option