DefaultsDefault values for GobConfig-style configuration.
val category_to_enum : category -> intval category_of_enum : int -> category optionval all_categories : category listval catDescription : category -> stringDescription strings for categories.
val registrar :
(category * (string * (string * string))) Prelude.List.t Prelude.refA place to store registered variables
val reg : category -> string -> string -> string -> unitA function to register a variable
val assoc_all : 'a -> ('a * 'b) Prelude.List.t -> 'b Prelude.List.tfind all associations in the list
val printCategory : 'a BatInnerIO.output -> category -> unitPrints out all registered options with descriptions and defaults for one category.
val printAllCategories : 'a BatInnerIO.output -> unitPrints out all registered options.