words : String -> List (Doc ann) Split an input into word-sized `Doc`.
Totality: total
Visibility: exportannotateM : Maybe ann -> Doc ann -> Doc ann Optionally annotate a document
Totality: total
Visibility: exportreflow : String -> Doc ann Insert soft linebreaks between words, so that text is broken into multiple
lines when it exceeds the available width.
Totality: total
Visibility: exportputDocW : Nat -> Doc ann -> IO () Renders a document with a certain width.
Totality: total
Visibility: export