Module type Parameter_sig.Bool

module type Bool = sig .. end

Signature for a boolean parameter.


include Parameter_sig.S
val on : unit -> unit

Set the boolean to true.

val off : unit -> unit

Set the boolean to false.