Module Projection.Repr
module SyntacticOrd : sig ... endmodule CanOrd : sig ... endmodule UserOrd : sig ... endval constant : t -> Constant.tDon't use this if you don't have to.
val inductive : t -> inductiveval mind : t -> MutInd.tval npars : t -> intval arg : t -> intval label : t -> Label.tval equal : t -> t -> boolval hash : t -> intval compare : t -> t -> intval map : (MutInd.t -> MutInd.t) -> t -> tval map_npars : (MutInd.t -> int -> MutInd.t * int) -> t -> tval to_string : t -> stringEncode as a string (not to be used for user-facing messages).