FormattedOutput

fmt.spad line 1688 [edit on github]

The domain FormattedOutput is used when ")set output formatted on" is issued on the command line. Then for each formatter that is stored in the internal data structure of FormattedOutput

convert : (OutputForm, Integer) -> %
from OutputFormatterCategory
display : % -> Void
from OutputFormatterCategory
setFormats! : List(OutputFormatterCategory) -> Void

setFormats!(l) takes a list l of formatters and sets this for future output in a session.

OutputFormatterCategory