Package

ammonite

tprint

Permalink

package tprint

Visibility
  1. Public
  2. All

Type Members

  1. trait TPrint[T] extends AnyRef

    Permalink

    Summoning an implicit TPrint[T] provides a pretty-printed string representation of the type T, much better than is provided by the default Type#toString.

    Summoning an implicit TPrint[T] provides a pretty-printed string representation of the type T, much better than is provided by the default Type#toString. In particular

    - More forms are properly supported and printed - Prefixed Types are printed un-qualified, according to what's currently in scope

  2. trait TPrintGen[Type[_], Cfg] extends AnyRef

    Permalink
  3. trait TPrintLowPri extends AnyRef

    Permalink

Value Members

  1. object TPrint extends TPrintGen[TPrint, Config] with TPrintLowPri

    Permalink
  2. object TPrintLowPri

    Permalink

Ungrouped