diff options
| author | Pierre-Marie Pédrot | 2016-03-20 18:08:42 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2016-03-20 18:33:06 +0100 |
| commit | b2a2cb77f38549a25417d199e90d745715f3e465 (patch) | |
| tree | 03af99f1fe1233ce4fc8e1defd927b4e845218dc /proofs/proofview.mli | |
| parent | 32bf41967bbcd2bf21dea8a6b4f5f500eb15aacc (diff) | |
Making Proofview independent of Logic.
Diffstat (limited to 'proofs/proofview.mli')
| -rw-r--r-- | proofs/proofview.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proofs/proofview.mli b/proofs/proofview.mli index 61014468b5..20f67f2584 100644 --- a/proofs/proofview.mli +++ b/proofs/proofview.mli @@ -295,9 +295,9 @@ val shelve : unit tactic considered). *) val shelve_unifiable : unit tactic -(** [guard_no_unifiable] fails with error [UnresolvedBindings] if some +(** [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 : unit tactic +val guard_no_unifiable : Names.Name.t list option tactic (** [unshelve l p] adds all the goals in [l] at the end of the focused goals of p *) |
