package coq-core

  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 dummy : t

(= MPfile DirPath.dummy)

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

Converts a identifier into an string.

val print : t -> Pp.t

Pretty-printer.

val debug_to_string : t -> string

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

OCaml

Innovation. Community. Security.