Tree

replpp.shaded.pprint.Tree
See theTree companion object
sealed trait Tree

A lazy AST representing pretty-printable text. Models foo(a, b) foo op bar, and terminals foo in both lazy and eager forms

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Apply
class Infix
class KeyValue
class Lazy
class Literal
In this article