aboutsummaryrefslogtreecommitdiff
path: root/ide/config_parser.mly
diff options
context:
space:
mode:
Diffstat (limited to 'ide/config_parser.mly')
-rw-r--r--ide/config_parser.mly4
1 files changed, 2 insertions, 2 deletions
diff --git a/ide/config_parser.mly b/ide/config_parser.mly
index 8c414d3880..4ab6950b72 100644
--- a/ide/config_parser.mly
+++ b/ide/config_parser.mly
@@ -9,14 +9,14 @@
%{
open Parsing
- open Util
+ open Minilib
%}
%token <string> IDENT STRING
%token EQUAL EOF
-%type <(string list) Util.Stringmap.t> prefs
+%type <(string list) Minilib.Stringmap.t> prefs
%start prefs
%%