set-type-printing-mode changes how Coalton renders ordinary type displays.
Syntax
(set-type-printing-mode ⟨mode⟩)
Semantics
modemust be one of:types,:aliases, or:types-and-aliases.- The setting affects displays such as
type-ofand other type strings shown by Coalton. describe-type-ofanddescribe-type-aliasalways print their alias-rich diagnostic view directly.- This is a Common Lisp REPL helper for inspection workflows.
Example
(set-type-printing-mode :types-and-aliases)