aboutsummaryrefslogtreecommitdiff
path: root/engine/proofview.mli
diff options
context:
space:
mode:
authorHugo Herbelin2018-02-27 06:09:21 +0100
committerHugo Herbelin2018-03-27 19:17:28 +0200
commita7946816d96cb66aa7d62302e8aa602a3a9f3c99 (patch)
tree53631f445c62d7775215bcce2b75f42aaa03962a /engine/proofview.mli
parent3e2887bbcba6846ce3a18898fcfebe48632b72b9 (diff)
Export Proofview.undefined as "unsafe" primitive.
Diffstat (limited to 'engine/proofview.mli')
-rw-r--r--engine/proofview.mli6
1 files changed, 6 insertions, 0 deletions
diff --git a/engine/proofview.mli b/engine/proofview.mli
index 804f1543d0..1905686fe7 100644
--- a/engine/proofview.mli
+++ b/engine/proofview.mli
@@ -469,6 +469,12 @@ module Unsafe : sig
solved. *)
val advance : Evd.evar_map -> Evar.t -> Evar.t option
+ (** [undefined sigma l] applies [advance] to the goals of [l], then
+ returns the subset of resulting goals which have not yet been
+ defined *)
+ val undefined : Evd.evar_map -> Proofview_monad.goal_with_state list ->
+ Proofview_monad.goal_with_state list
+
val typeclass_resolvable : unit Evd.Store.field
end