package prettyprinters
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- sealed trait QuoteStyle extends AnyRef
- class ShowMacros extends AnyRef
- trait Summary[T] extends Show[T]
- Annotations
- @implicitNotFound("don't know how to show[Summary] for ${T}")
Value Members
- object DoubleQuotes extends QuoteStyle with Product with Serializable
- object SingleQuotes extends QuoteStyle with Product with Serializable
- object Summary
- object TripleQuotes extends QuoteStyle with Product with Serializable
- object enquote