Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Color : sig ... end
Color
encodes ANSI colors.
module IO : sig ... end
module Formatting : sig ... end
module Styling : sig ... end
type color = Color.t
type styling = Styling.t
type stylizer = Formatting.Stylizer.t
val format :
?stylizer:Formatting.Stylizer.t ->
'a ->
using:(module Formatting.Interfaces.TO_ELEMENT with type t = 'a) ->
string