aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/goal.mli
diff options
context:
space:
mode:
authorGravatar Arnaud Spiwack <arnaud@spiwack.net>2014-10-16 10:21:17 +0200
committerGravatar Arnaud Spiwack <arnaud@spiwack.net>2014-10-16 10:37:53 +0200
commit025c4f63b28671a24bd6c46f9b23a3dad76fd179 (patch)
tree2759d9c0eaa5e62329727677bf54caf06ac9ffe6 /proofs/goal.mli
parente6708590ce648921f27395ce535e35d52aa2cc0f (diff)
Goal: remove [advance] from the API.
Now [Goal] only contains a few helpers.
Diffstat (limited to 'proofs/goal.mli')
-rw-r--r--proofs/goal.mli6
1 files changed, 0 insertions, 6 deletions
diff --git a/proofs/goal.mli b/proofs/goal.mli
index 7a14848b5..03d87041c 100644
--- a/proofs/goal.mli
+++ b/proofs/goal.mli
@@ -20,12 +20,6 @@ val get_by_uid : string -> goal
(* Debugging help *)
val pr_goal : goal -> Pp.std_ppcmds
-(* [advance sigma g] returns [Some g'] if [g'] is undefined and
- is the current avatar of [g] (for instance [g] was changed by [clear]
- into [g']). It returns [None] if [g] has been (partially) solved. *)
-val advance : Evd.evar_map -> goal -> goal option
-
-
(* Layer to implement v8.2 tactic engine ontop of the new architecture.
Types are different from what they used to be due to a change of the
internal types. *)