package acgtk

  1. Overview
  2. Docs
Abstract Categorial Grammar development toolkit

Install

dune-project
 Dependency

Authors

Maintainers

Sources

acg-2.2.0-20251107.tar.gz
sha512=07f391d052090bb70c10ec511fdc53af764954cbe1c30093778984c5ed41a4327573fdac0890c6fd619ff9827725572eb7b8a7545bd8ccb7f5bddb84d2d7f7cc

doc/acgtk.utilsLib/UtilsLib/Style/index.html

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