package omod

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

Install

Dune Dependency

Authors

Maintainers

Sources

omod-0.0.4.tbz
sha512=cab9e8ab6ca6e836fdaa3dcf9552d31e4de2bf069fcab096c1565d204ff91fc3516cd017a13702d749580bd3563c462db3277ab036cfc5d3cb9703a08ddbb927

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

Module Private.Fmt

Formatting.

val ansi_tty : bool ref

ansi_tty determines whether ANSI formatting is performed or not.

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

The type for formatters of value of type 'a.

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

tty_str ~mode formats string with ANSI mode mode.

val faint : string t

faint formats a string with less contrast.

OCaml

Innovation. Community. Security.