p

splain

package splain

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Analyzer extends scala.tools.nsc.typechecker.Analyzer with ImplicitChains with TypeDiagnostics
  2. case class Applied(cons: Formatted, args: List[Formatted]) extends Formatted with Product with Serializable
  3. case class BrokenType(lines: List[String]) extends TypeRepr with Product with Serializable
  4. case class Diff(left: Formatted, right: Formatted) extends Formatted with Product with Serializable
  5. case class FlatType(flat: String) extends TypeRepr with Product with Serializable
  6. class FormatCache[K, V] extends AnyRef
  7. sealed trait Formatted extends AnyRef
  8. trait Formatters extends AnyRef
  9. trait Formatting extends Formatters with ImplicitMsgCompat
  10. case class FunctionForm(args: List[Formatted], ret: Formatted, top: Boolean) extends Formatted with Product with Serializable
  11. trait ImplicitChains extends Implicits with ContextErrors with Formatting with ImplicitStats with ImplicitsCompat
  12. trait ImplicitMsgCompat extends Formatters
  13. trait ImplicitSearchBounds extends AnyRef
  14. trait ImplicitSearchCompat extends ImplicitSearchBounds
  15. trait ImplicitStats extends AnyRef
  16. trait ImplicitsCompat extends ImplicitSearchCompat
  17. case class Infix(infix: Formatted, left: Formatted, right: Formatted, top: Boolean) extends Formatted with Product with Serializable
  18. case class SLRecordItem(key: Formatted, value: Formatted) extends Formatted with Product with Serializable
  19. case class Simple(tpe: String) extends Formatted with Product with Serializable
  20. class SplainPlugin extends Plugin
  21. trait StringColor extends AnyRef
  22. case class TupleForm(elems: List[Formatted]) extends Formatted with Product with Serializable
  23. trait TypeDiagnostics extends scala.tools.nsc.typechecker.TypeDiagnostics with Formatting
  24. trait TypeRepr extends AnyRef

Value Members

  1. object FormatCache
  2. object FunctionForm extends Serializable
  3. object Messages
  4. object StringColor
  5. object StringColors
  6. object UnitForm extends Formatted with Product with Serializable

Ungrouped