aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/global.ml
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-03-05 12:06:17 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-03-14 23:28:16 +0100
commite2f27dfcb21c42b72cf8d6a1363251f4c48789cb (patch)
tree1bd114ab10ca7c0db82fcdbc0974603840795b9c /library/global.ml
parent2a6b7b0dc7093f5706b7a6ebe826b45a5fd8858a (diff)
Changing Retrokwnoledge entry type from kind_of_term to constr. It seems it had
no particular purpose.
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)