Modes.Global
type ('a : value_or_null) t = {
global : 'a;
}
Wraps values in the global mode, even in a local context.
global
local