module type VERBOSITY = sig .. end
sig
end
val get : unit -> int
unit -> int
get ()
val set : int -> unit
int -> unit
set n
n