Module lep::display[][src]

Functions

stringify

Stringify (), bool, i64, String, Ref or Pair. String will be quoted. None is returned if the type is not supported.

stringify_ex

Stringify custom types. All values (except pairs) are passed to the supplied function first; if it returns None, the default implementation (see stringify) is used.