Zmiscmodule S : sig ... endmodule Env : sig ... endval default_used_modules : string list refval load_path : string list refval simulation_node : string option refval outname : string option refval node_outname : string option refval number_of_checks : int refval sampling_period : float refval inlining_level : int refval inline_all : bool refval dzero : bool refval verbose : bool refval vverbose : bool refval print_types : bool refval print_causality_types : bool refval print_initialization_types : bool refval typeonly : bool refval use_gtk : bool refval no_stdlib : bool refval no_causality : bool refval no_initialisation : bool refval no_opt : bool refval no_deadcode : bool refval no_simplify_causality_type : bool refval no_reduce : bool refval no_warning : bool refval zsign : bool refval with_copy : bool refval use_rif : bool refval build_deps : bool refclass name_generator : object ... endval symbol : name_generatorclass name_assoc_table : (int -> string) -> object ... endval binding_level : int refmodule State : sig ... endThe data-structure to represent a state
val internal_error : string -> (Format.formatter -> 'a -> unit) -> 'a -> 'b