aboutsummaryrefslogtreecommitdiff
path: root/lib/interface.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/interface.mli')
-rw-r--r--lib/interface.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/interface.mli b/lib/interface.mli
index 4c7c11ebb2..1b9c2c6389 100644
--- a/lib/interface.mli
+++ b/lib/interface.mli
@@ -44,8 +44,8 @@ type status = {
type goals = {
fg_goals : goal list;
(** List of the focussed goals *)
- bg_goals : goal list;
- (** List of the background goals *)
+ bg_goals : (goal list * goal list) list;
+ (** Zipper representing the unfocussed background goals *)
}
type hint = (string * string) list