shamansir / genui / GenUI.Descriptive.Encode

Converting to Descriptive representation.


type alias Descriptive =
Util.Indent.Indented

encode : GenUI a -> Descriptive

Encode UI to descriptive representation.

toString : Descriptive -> String

Convert descriptive representation to string.