package coq-core

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.17.1.tar.gz
sha512=9a35311acec2a806730b94ac7dceabc88837f235c52a14c026827d9b89433bd7fa9555a9fc6829aa49edfedb24c8bbaf1411ebf463b74a50aeb17cba47745b6b

doc/coq-core.library/Globnames/index.html

Module GlobnamesSource

Sourceval isVarRef : Names.GlobRef.t -> bool
Sourceval isConstRef : Names.GlobRef.t -> bool
Sourceval isIndRef : Names.GlobRef.t -> bool
Sourceval isConstructRef : Names.GlobRef.t -> bool
Sourceval destConstructRef : Names.GlobRef.t -> Names.constructor
Sourceval printable_constr_of_global : Names.GlobRef.t -> Constr.constr

This constr is not safe to be typechecked, universe polymorphism is not handled here: just use for printing

Extended global references
Sourcetype abbreviation = Names.KerName.t
Sourcetype extended_global_reference =
  1. | TrueGlobal of Names.GlobRef.t
  2. | Abbrev of abbreviation
Sourceval abbreviation_eq : abbreviation -> abbreviation -> bool
Sourcemodule ExtRefOrdered : sig ... end
OCaml

Innovation. Community. Security.