package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.15.0.tar.gz
sha256=73466e61f229b23b4daffdd964be72bd7a110963b9d84bd4a86bb05c5dc19ef3

doc/coq-core.tactics/Redexpr/index.html

Module RedexprSource

Interpretation layer of redexprs such as hnf, cbv, etc.

Sourcetype red_expr_val
Sourceval out_with_occurrences : 'a Locus.with_occurrences -> Locus.occurrences * 'a
Sourceval eval_red_expr : Environ.env -> red_expr -> red_expr_val

true if we should use the vm to verify the reduction

Sourceval declare_reduction : string -> Reductionops.reduction_function -> unit

Adding a custom reduction (function to be use at the ML level) NB: the effect is permanent.

Sourceval declare_red_expr : bool -> string -> red_expr -> unit

Adding a custom reduction (function to be called a vernac command). The boolean flag is the locality.

Opaque and Transparent commands.

Sourceval set_strategy : bool -> (Conv_oracle.level * Tacred.evaluable_global_reference list) list -> unit

Sets the expansion strategy of a constant. When the boolean is true, the effect is non-synchronous (i.e. it does not survive section and module closure).

call by value normalisation function using the virtual machine

OCaml

Innovation. Community. Security.