package coq-core

  1. Overview
  2. Docs
The Coq Proof Assistant -- Core Binaries and Tools

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.19.2.tar.gz
md5=5d1187d5e44ed0163f76fb12dabf012e
sha512=91bc81530fa4f6498961583ad51eac5001f139881788b88e360a866ad8e2a6e2c5bce86d1a580ab4cd4782bf49d48318767df82471ce33ba3ac143e5569ad33c

doc/coq-core.kernel/Names/Projection/Repr/index.html

Module Projection.ReprSource

Sourcetype t
Sourceval make : inductive -> proj_npars:int -> proj_arg:int -> Label.t -> t
include QNameS with type t := t
Sourcemodule CanOrd : EqType with type t = t

Equality functions over the canonical name. Their use should be restricted to the kernel.

Sourcemodule UserOrd : EqType with type t = t

Equality functions over the user name.

Sourcemodule SyntacticOrd : EqType with type t = t

Equality functions using both names, for low-level uses.

Sourceval constant : t -> Constant.t

Don't use this if you don't have to.

Sourceval inductive : t -> inductive
Sourceval mind : t -> MutInd.t
Sourceval npars : t -> int
Sourceval arg : t -> int
Sourceval label : t -> Label.t
Sourceval equal : t -> t -> bool
  • deprecated Use QProjection.equal
Sourceval hash : t -> int
  • deprecated Use QProjection.hash
Sourceval compare : t -> t -> int
  • deprecated Use QProjection.compare
Sourceval map : (MutInd.t -> MutInd.t) -> t -> t
Sourceval map_npars : (int -> int) -> t -> t
Sourceval to_string : t -> string

Encode as a string (not to be used for user-facing messages).

Sourceval print : t -> Pp.t

Print internal representation (not to be used for user-facing messages).

OCaml

Innovation. Community. Security.