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.kernel/Relevanceops/index.html

Module RelevanceopsSource

We can take advantage of non-cumulativity of SProp to avoid fully retyping terms when we just want to know if they inhabit some proof-irrelevant type.

Sourceval relevance_of_term : Environ.env -> Constr.constr -> Sorts.relevance

Helpers

Sourceval relevance_of_rel : Environ.env -> int -> Sorts.relevance
Sourceval relevance_of_var : Environ.env -> Names.Id.t -> Sorts.relevance
Sourceval relevance_of_constant : Environ.env -> Names.Constant.t -> Sorts.relevance
Sourceval relevance_of_constructor : Environ.env -> Names.constructor -> Sorts.relevance
Sourceval relevance_of_projection : Environ.env -> Names.Projection.t -> Sorts.relevance
OCaml

Innovation. Community. Security.