diff options
| author | Hugo Herbelin | 2018-02-26 18:31:32 +0100 |
|---|---|---|
| committer | Hugo Herbelin | 2018-03-27 19:10:11 +0200 |
| commit | 3e2887bbcba6846ce3a18898fcfebe48632b72b9 (patch) | |
| tree | 4ce4c7b71faaed13e0de28e719bdd7ff192b567b /engine/proofview.mli | |
| parent | 157218226997281ddb674899ffe8b65cada4bcb6 (diff) | |
Adding informative variant of shelve_unifiable returning set of shelved evars.
Diffstat (limited to 'engine/proofview.mli')
| -rw-r--r-- | engine/proofview.mli | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engine/proofview.mli b/engine/proofview.mli index e7be665527..804f1543d0 100644 --- a/engine/proofview.mli +++ b/engine/proofview.mli @@ -326,6 +326,9 @@ val unifiable : Evd.evar_map -> Evar.t -> Evar.t list -> bool considered). *) val shelve_unifiable : unit tactic +(** Idem but also returns the list of shelved variables *) +val shelve_unifiable_informative : Evar.t list tactic + (** [guard_no_unifiable] returns the list of unifiable goals if some goals are unifiable (see {!shelve_unifiable}) in the current focus. *) val guard_no_unifiable : Names.Name.t list option tactic |
