package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | VarRef of variable
  2. | ConstRef of Constant.t
  3. | IndRef of inductive
  4. | ConstructRef of constructor
val equal : t -> t -> bool
module CanOrd : sig ... end
module UserOrd : sig ... end
module SyntacticOrd : sig ... end
module Set_env : sig ... end
module Map_env : sig ... end
module Set : sig ... end
module Map : sig ... end