package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val set : t
val prop : t
val is_small : t -> bool
val is_prop : t -> bool
val is_set : t -> bool
val compare : t -> t -> int
val equal : t -> t -> bool
val hash : t -> int
val make : Names.DirPath.t -> int -> t
val pr : t -> Pp.t
val to_string : t -> string
val var : int -> t
val var_index : t -> int option
val name : t -> (Names.DirPath.t * int) option