package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Repr : sig ... end
type t
val make : Repr.t -> bool -> t
val repr : t -> Repr.t
module CanOrd : sig ... end
module UserOrd : sig ... end
module SyntacticOrd : sig ... end
val constant : t -> Constant.t
val mind : t -> MutInd.t
val inductive : t -> inductive
val npars : t -> int
val arg : t -> int
val label : t -> Label.t
val unfolded : t -> bool
val unfold : t -> t
val equal : t -> t -> bool
  • deprecated Use QProjection.equal
val hash : t -> int
  • deprecated Use QProjection.hash
val hcons : t -> t
val repr_equal : t -> t -> bool
  • deprecated Use an explicit projection of Repr
val compare : t -> t -> int
  • deprecated Use QProjection.compare
val map : (MutInd.t -> MutInd.t) -> t -> t
val map_npars : (MutInd.t -> int -> MutInd.t * int) -> t -> t
val to_string : t -> string
val print : t -> Pp.t