aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/global.ml
diff options
context:
space:
mode:
Diffstat (limited to 'library/global.ml')
-rw-r--r--library/global.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/global.ml b/library/global.ml
index 4de4029b2..4f3a40a8a 100644
--- a/library/global.ml
+++ b/library/global.ml
@@ -68,6 +68,7 @@ let add_constant = add_thing add_constant
let add_mind = add_thing add_mind
let add_modtype = add_thing (fun _ -> add_modtype) ()
let add_module = add_thing (fun _ -> add_module) ()
+let add_alias = add_thing (fun _ -> add_alias) ()
let add_constraints c = global_env := add_constraints c !global_env