package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | MPfile of DirPath.t
  2. | MPbound of MBId.t
  3. | MPdot of t * Label.t
val compare : t -> t -> int
val equal : t -> t -> bool
val hash : t -> int
val is_bound : t -> bool
val initial : t
val dp : t -> DirPath.t
val to_string : t -> string
val debug_to_string : t -> string