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