package merlin-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Dependency of Dependency.t
  2. | Dependencies of Dependency.t list
  3. | Environment of Age.t
val equal : t -> t -> bool
val hash : t -> int