package ansifmt

  1. Overview
  2. Docs

Module type Interfaces.TO_ELEMENT

TO_ELEMENT is the interface for types that can be transformed into a formatting element.

type t
val to_element : t -> Element.t