aboutsummaryrefslogtreecommitdiffhomepage
path: root/engine/proofview.mli
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <mattam@mattam.org>2016-03-10 19:38:14 +0100
committerGravatar Matthieu Sozeau <mattam@mattam.org>2016-06-16 18:21:08 +0200
commit37a8bf99b0f3c5adcbe27373e0d0b5622106ceee (patch)
treeae54584cbb6544280940675a8266c56cb7f99be3 /engine/proofview.mli
parent5266ced0de0876d2da34b6f304647f37f62615a9 (diff)
Implement limited proof search and iterative deepening.
Fix typo in proofview
Diffstat (limited to 'engine/proofview.mli')
-rw-r--r--engine/proofview.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/proofview.mli b/engine/proofview.mli
index bbf2d6bf7..0b63164b0 100644
--- a/engine/proofview.mli
+++ b/engine/proofview.mli
@@ -63,7 +63,7 @@ val dependent_init : telescope -> entry * proofview
(** [finished pv] is [true] if and only if [pv] is complete. That is,
if it has an empty list of focused goals. There could still be
- unsolved subgoaled, but they would then be out of focus. *)
+ unsolved subgoals, but they would then be out of focus. *)
val finished : proofview -> bool
(** Returns the current [evar] state. *)