aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/global.ml
diff options
context:
space:
mode:
Diffstat (limited to 'library/global.ml')
-rw-r--r--library/global.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/global.ml b/library/global.ml
index f75c8e592..9f683b2ff 100644
--- a/library/global.ml
+++ b/library/global.ml
@@ -156,7 +156,7 @@ let type_of_global t = type_of_reference (env ()) t
(* spiwack: register/unregister functions for retroknowledge *)
let register field value by_clause =
- globalize0 (Safe_typing.register field (kind_of_term value) by_clause)
+ globalize0 (Safe_typing.register field value by_clause)
let register_inline c = globalize0 (Safe_typing.register_inline c)