package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val make : inductive -> proj_npars:int -> proj_arg:int -> Label.t -> t
module CanOrd : sig ... end
module UserOrd : sig ... end
module SyntacticOrd : sig ... end
val constant : t -> Constant.t
val inductive : t -> inductive
val mind : t -> MutInd.t
val npars : t -> int
val arg : t -> int
val label : t -> Label.t
val equal : t -> t -> bool
  • deprecated Use QProjection.equal
val hash : t -> int
  • deprecated Use QProjection.hash
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