package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.16.1.tar.gz
sha256=583471c8ed4f227cb374ee8a13a769c46579313d407db67a82d202ee48300e4b

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.