package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val equal : t -> t -> bool
val compare : t -> t -> int
val hash : t -> int
val make : module_ident list -> t
val repr : t -> module_ident list
val empty : t
val is_empty : t -> bool
val initial : t
val hcons : t -> t
val to_string : t -> string
val print : t -> Pp.t