p

splain

format

package format

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Applied(cons: Formatted, args: List[Formatted]) extends Formatted with Product with Serializable
  2. case class BrokenType(lines: List[String]) extends TypeRepr with Product with Serializable
  3. case class ByName(tpe: Formatted) extends Formatted with Product with Serializable
  4. case class Decl(sym: Formatted, rhs: Formatted) extends Formatted with Product with Serializable
  5. case class DeclDiff(sym: Formatted, left: Formatted, right: Formatted) extends Formatted with Product with Serializable
  6. case class Diff(left: Formatted, right: Formatted) extends Formatted with Product with Serializable
  7. case class FlatType(flat: String) extends TypeRepr with Product with Serializable
  8. class FormatCache[K, V] extends AnyRef
  9. sealed trait Formatted extends AnyRef
  10. trait Formatters extends AnyRef
  11. trait Formatting extends Formatters with ImplicitMsgCompat
  12. case class FunctionForm(args: List[Formatted], ret: Formatted, top: Boolean) extends Formatted with Product with Serializable
  13. case class Infix(infix: Formatted, left: Formatted, right: Formatted, top: Boolean) extends Formatted with Product with Serializable
  14. case class Qualified(path: List[String], tpe: String) extends Formatted with Product with Serializable
  15. case class RefinedForm(elems: List[Formatted], decls: List[Formatted]) extends Formatted with Product with Serializable
  16. case class SLRecordItem(key: Formatted, value: Formatted) extends Formatted with Product with Serializable
  17. case class Simple(tpe: String) extends Formatted with Product with Serializable
  18. trait StringColor extends AnyRef
  19. case class TupleForm(elems: List[Formatted]) extends Formatted with Product with Serializable
  20. trait TypeRepr extends AnyRef

Value Members

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

Ungrouped