aboutsummaryrefslogtreecommitdiff
path: root/plugins/field
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/field')
-rw-r--r--plugins/field/field.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/field/field.ml4 b/plugins/field/field.ml4
index c9b993690f..9162947747 100644
--- a/plugins/field/field.ml4
+++ b/plugins/field/field.ml4
@@ -75,7 +75,7 @@ let (in_addfield,out_addfield)=
Libobject.open_function = (fun i o -> if i=1 then cache_addfield o);
Libobject.cache_function = cache_addfield;
Libobject.subst_function = subst_addfield;
- Libobject.classify_function = (fun (_,a) -> Libobject.Substitute a);
+ Libobject.classify_function = (fun a -> Libobject.Substitute a);
Libobject.export_function = export_addfield }
(* Adds a theory to the table *)