module type Bool = sig .. end
sig
end
Signature for a boolean parameter.
include Parameter_sig.S
val on : unit -> unit
unit -> unit
Set the boolean to true.
true
val off : unit -> unit
Set the boolean to false.
false