aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/goptions.ml
diff options
context:
space:
mode:
Diffstat (limited to 'library/goptions.ml')
-rw-r--r--library/goptions.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/goptions.ml b/library/goptions.ml
index 95259c9b5..6e58fd218 100644
--- a/library/goptions.ml
+++ b/library/goptions.ml
@@ -105,7 +105,7 @@ module MakeTable =
Libobject.open_function = load_options;
Libobject.cache_function = cache_options;
Libobject.subst_function = subst_options;
- Libobject.classify_function = (fun (_,x) -> Substitute x);
+ Libobject.classify_function = (fun x -> Substitute x);
Libobject.export_function = export_options}
in
((fun c -> Lib.add_anonymous_leaf (inGo (GOadd, c))),