aboutsummaryrefslogtreecommitdiffhomepage
path: root/intf/vernacexpr.mli
diff options
context:
space:
mode:
Diffstat (limited to 'intf/vernacexpr.mli')
-rw-r--r--intf/vernacexpr.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/intf/vernacexpr.mli b/intf/vernacexpr.mli
index 89e1b41f3..af65f6541 100644
--- a/intf/vernacexpr.mli
+++ b/intf/vernacexpr.mli
@@ -148,7 +148,7 @@ type obsolete_locality = bool
* compatible. If the grammar is fixed removing deprecated syntax, this
* bool should go away too *)
-type option_value = Interface.option_value =
+type option_value = Goptions.option_value =
| BoolValue of bool
| IntValue of int option
| StringValue of string