module Users_register:sig..end
include struct ... end
module ForceUsers:False(sig
val option_name : string
val help : stringend)
module Users:Kernel_function.Make_Table(Kernel_function.Hptset)(sig
val name : string
val size : int
val dependencies : State.t listend)
val call_for_users : 'a * (Users.key * 'b) list -> unit
val add_value_hook : unit -> unit
val init : unit -> unit
val get : Kernel_function.t -> Users.data
val get : Kernel_function.t -> Users.data
val print : unit -> unit