From 025c4f63b28671a24bd6c46f9b23a3dad76fd179 Mon Sep 17 00:00:00 2001 From: Arnaud Spiwack Date: Thu, 16 Oct 2014 10:21:17 +0200 Subject: Goal: remove [advance] from the API. Now [Goal] only contains a few helpers. --- proofs/goal.mli | 6 ------ 1 file changed, 6 deletions(-) (limited to 'proofs/goal.mli') 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. *) -- cgit v1.2.3