Module Tjr_lib_core.Global

A global state manager which Keeps track of eg config, bool vars etc

val debug_global : bool Stdlib.ref

This flag, if true, forces names of global vars to be printed when registered

module Internal : sig ... end
val register : name:string -> 'a -> 'a