Module Parameters.Dynamic.Bool


module Bool: sig .. end
Boolean parameters.

include Parameters.Dynamic.Common
val on : string -> unit -> unit
Set the parameter to true.
val off : string -> unit -> unit
Set the parameter to false.