module Builtins: sig .. end
sig
end
val apply : unit -> unit
unit -> unit
adds all requested objects in the environment.
val extend : (unit -> unit) -> unit
(unit -> unit) -> unit
request an addition in the environment. Use one of the functions below in the body of the argument.