Smt_options.Buildermodule Any
(P : Binsec.Cli.DETAILED_CLI_DECL) :
Binsec.Cli.GENERIC with type t = P.tA very generic functor that lets you handle cases that are not provided otherwise. Use it only as last resort.
module Any_opt (P : sig ... end) : Binsec.Cli.GENERIC_OPT with type t = P.tmodule Boolean (P : sig ... end) : Binsec.Cli.BOOLEANmodule False (P : Binsec.Cli.CLI_DECL) : Binsec.Cli.BOOLEANAn option that defaults to false.
module No (P : Binsec.Cli.CLI_DECL) : Binsec.Cli.BOOLEANAn options that defaults to true. The provided command-line switch automatically add a no- prefix to your option name.
module Integer (P : sig ... end) : Binsec.Cli.INTEGERmodule Zero (P : Binsec.Cli.CLI_DECL) : Binsec.Cli.INTEGERmodule Integer_set (P : Binsec.Cli.CLI_DECL) : Binsec.Cli.INTEGER_SETmodule Integer_list (P : Binsec.Cli.CLI_DECL) : Binsec.Cli.INTEGER_LISTmodule Integer_option (P : Binsec.Cli.CLI_DECL) : Binsec.Cli.INTEGER_OPTmodule Float (P : sig ... end) : Binsec.Cli.FLOATmodule Float_set (P : Binsec.Cli.CLI_DECL) : Binsec.Cli.FLOAT_SETmodule Float_list (P : Binsec.Cli.CLI_DECL) : Binsec.Cli.FLOAT_LISTmodule Float_option (P : Binsec.Cli.CLI_DECL) : Binsec.Cli.FLOAT_OPTmodule String (P : sig ... end) : Binsec.Cli.STRINGmodule String_choice (P : sig ... end) : Binsec.Cli.STRINGmodule String_option (P : Binsec.Cli.CLI_DECL) : Binsec.Cli.STRING_OPTmodule String_set (P : Binsec.Cli.CLI_DECL) : Binsec.Cli.STRING_SETmodule String_list (P : Binsec.Cli.CLI_DECL) : Binsec.Cli.STRING_LISTmodule Variant_choice (P : sig ... end) : Binsec.Cli.GENERIC with type t = P.tmodule Variant_choice_assoc
(P : sig ... end) :
Binsec.Cli.GENERIC with type t = P.tLike Variant_choice but with automatically generated to_string and of_string function from assoc_map.
module Variant_list
(P : sig ... end) :
Binsec.Cli.GENERIC with type t = P.t list