package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.14.1.tar.gz
sha256=3cbfc1e1a72b16d4744f5b64ede59586071e31d9c11c811a0372060727bfd9c3

doc/coq-core.engine/Evd/FutureGoals/index.html

Module Evd.FutureGoalsSource

Sourcetype t = private {
  1. comb : Evar.t list;
  2. principal : Evar.t option;
    (*

    if Some e, e must be contained in future_comb. The evar e will inherit properties (now: the name) of the evar which will be instantiated with a term containing e.

    *)
}
Sourceval map_filter : (Evar.t -> Evar.t option) -> t -> t

Applies a function on the future goals

Sourceval filter : (Evar.t -> bool) -> t -> t

Applies a filter on the future goals

OCaml

Innovation. Community. Security.