aboutsummaryrefslogtreecommitdiff
path: root/ide/interface.mli
diff options
context:
space:
mode:
authorRegis-Gianas2014-11-03 12:55:55 +0100
committerRegis-Gianas2014-11-04 22:51:36 +0100
commitcf005e330fd9fda379971e0b3fc958c3b8636253 (patch)
tree61904a406d062c5d577fcd0390936479151b633e /ide/interface.mli
parent11a26905d2406b99a2a9b040891996f95df1d2ce (diff)
ide/{ide_slave.ml, interfaces}: Coerce input and output of requests between internal and external datatypes.
Diffstat (limited to 'ide/interface.mli')
-rw-r--r--ide/interface.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/ide/interface.mli b/ide/interface.mli
index 226d1f8fb1..77a875b7d2 100644
--- a/ide/interface.mli
+++ b/ide/interface.mli
@@ -43,14 +43,14 @@ type 'a pre_goals = {
fg_goals : 'a list;
(** List of the focussed goals *)
bg_goals : ('a list * 'a list) list;
- (** Zipper representing the unfocussed background goals *)
+ (** Zipper representing the unfocused background goals *)
shelved_goals : 'a list;
(** List of the goals on the shelf. *)
given_up_goals : 'a list;
(** List of the goals that have been given up *)
}
-type goals = goal pre_goals
+type goals = goal pre_goals
type hint = (string * string) list
(** A list of tactics applicable and their appearance *)