aboutsummaryrefslogtreecommitdiff
path: root/proofs/proofview.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2014-05-24 14:40:50 +0200
committerPierre-Marie Pédrot2014-05-24 15:10:17 +0200
commitb0364eff4ec8ad5676060d8ca9cdbbb1d9c34d04 (patch)
tree5edfafa33d312bd827246271dd014cf56b3d4514 /proofs/proofview.mli
parent6252e413a81cb45a6b1f5f24b25ab1c5ab8d0de6 (diff)
Chasing the goal entering backward while interpreting tactics. This required
writing a new primitive recovering the first goal under focus. It sounds a bit hackish, but it does actually work.
Diffstat (limited to 'proofs/proofview.mli')
-rw-r--r--proofs/proofview.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/proofs/proofview.mli b/proofs/proofview.mli
index 6177803c78..769bfb001f 100644
--- a/proofs/proofview.mli
+++ b/proofs/proofview.mli
@@ -453,3 +453,6 @@ end
(* [tclLIFT c] includes the non-logical command [c] in a tactic. *)
val tclLIFT : 'a NonLogical.t -> 'a tactic
+
+(* Access the current goals *)
+val tclGOALS : [ `NF ] Goal.t list tactic