package pplumbing

  1. Overview
  2. Docs
Utility libraries to use with [pp]

Install

Dune Dependency

Authors

Maintainers

Sources

pplumbing-0.0.14.tbz
sha256=ed7eaba180378a59719e9af63ccdc89dde8e0a20f2cba420abb0080b0bc4a868
sha512=f168c37c1acd38c92e5b6d59321da4021195b6ddc49dde82de70e9282b55042621bea1b84a677d57f83604c06d6ee9c790b683fd589cd2097ab8f00c293f56af

doc/pplumbing.pp-tty/Pp_tty/Style/index.html

Module Pp_tty.StyleSource

Symbolic styles that can be used inside messages. These styles are later converted to actual concrete styles depending on the output device. For instance, when printed to the terminal they are converted to ansi terminal styles (Ansi_color.Style.t list values).

Sourcetype t = Stdune.User_message.Style.t =
  1. | Loc
  2. | Error
  3. | Warning
  4. | Kwd
  5. | Id
  6. | Prompt
  7. | Hint
  8. | Details
  9. | Ok
  10. | Debug
  11. | Success
  12. | Ansi_styles of Ansi_color.Style.t list
Sourceval to_dyn : t -> Dyn.t
Sourceval compare : t -> t -> Ordering.t
OCaml

Innovation. Community. Security.