package coq-core

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Evd.FutureGoalsSource

Sourcetype t
Sourceval comb : t -> Evar.t list
Sourceval principal : t -> 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.