From c9504af26647ab745dc22811a2db8058e0b66632 Mon Sep 17 00:00:00 2001 From: aspiwack Date: Sat, 2 Nov 2013 15:39:54 +0000 Subject: Adds a shelve tactic. The shelve tactic puts all the focused goals out of sight. They can be later recalled by the Unshelve command. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@17013 85f007b7-540e-0410-9357-904b9bb8a0f7 --- lib/interface.mli | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/interface.mli') diff --git a/lib/interface.mli b/lib/interface.mli index a8e3d72bd1..d190272569 100644 --- a/lib/interface.mli +++ b/lib/interface.mli @@ -44,6 +44,8 @@ type goals = { (** List of the focussed goals *) bg_goals : (goal list * goal list) list; (** Zipper representing the unfocussed background goals *) + shelved_goals : goal list; + (** List of the goals on the shelf. *) } type hint = (string * string) list -- cgit v1.2.3