package omod

  1. Overview
  2. Docs
Lookup and load installed OCaml modules

Install

dune-project
 Dependency

Authors

Maintainers

Sources

omod-0.0.5.tbz
sha512=ba4922a3ff0c549a288908d0506ad8e53a0b256c3c564987a8026c6619f2ce5025d930671452caa250d2e23234b6aa29a5fb0b138ada37cb8a1d535c2968ba24

doc/omod/Omod/Private/Fmt/index.html

Module Private.FmtSource

Formatting.

Sourceval ansi_tty : bool ref

ansi_tty determines whether ANSI formatting is performed or not.

Sourcetype 'a t = Format.formatter -> 'a -> unit

The type for formatters of value of type 'a.

Sourceval pf : Format.formatter -> ('a, Format.formatter, unit) format -> 'a
Sourceval string : string t
Sourceval list : ?sep:unit t -> 'a t -> 'a list t
Sourceval tty_str : mode:string -> string t

tty_str ~mode formats string with ANSI mode mode.

Sourceval faint : string t

faint formats a string with less contrast.