package merlin-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Path.t =
  1. | Pident of Ident.t
  2. | Pdot of t * string
  3. | Papply of t * t
val equal : t -> t -> bool
val compare : t -> t -> int