Module Option.Control
module Control:sig..end
type simulation_mode_type =
| |
Manual |
| |
Automatic |
val simulation_mode_names : (simulation_mode_type * string) listval show_estimate_opt : bool refval simulation_only_opt : bool refval simulation_mode_opt : simulation_mode_type refval show_estimate : unit -> boolval simulation_only : unit -> boolval simulation_mode : unit -> simulation_mode_typeval arg_spec : unit -> (string * Arg.spec * string) list