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

Name of the toplevel structure (= MPfile initial_dir)

val dp : t -> DirPath.t
val to_string : t -> string

Encode as a string (not to be used for user-facing messages).

val debug_to_string : t -> string

Same as to_string, but outputs extra information related to debug.