package acgtk

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

Module UtilsLib.StyleSource

Sourcetype basic_color =
  1. | Black
  2. | Red
  3. | Green
  4. | Yellow
  5. | Blue
  6. | Magenta
  7. | Cyan
  8. | White
Sourcetype intensity =
  1. | Standard
  2. | High
Sourcetype color =
  1. | Code of intensity * basic_color
  2. | RGB of int * int * int
Sourcetype style =
  1. | No
  2. | Bold
  3. | Faint
  4. | Italic
  5. | Underline
  6. | FG of color
  7. | BG of color
Sourcetype style_tag =
  1. | Open of style
  2. | Close of style
Sourcemodule type SemTagSig = sig ... end
Sourcemodule type SemTagHandlerSig = sig ... end
Sourcemodule type ActualRendererSig = sig ... end