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