module Color: sig .. end
sig
end
type setting =
|
Auto
Always
Never
val default_setting : setting
setting
val is_enabled : unit -> bool
unit -> bool