package ocamlformat-lib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Misc.ColorSource

include module type of struct include Misc.Color end
type setting = Misc.Color.setting =
  1. | Auto
  2. | Always
  3. | Never
Sourceval isatty : out_channel -> bool
Sourceval should_enable_color : unit -> bool
Sourceval default_setting : setting
Sourceval enabled : bool ref