Typ

dotty.tools.dotc.transform.patmat.Typ
case class Typ(tp: Type, decomposed: Boolean) extends Space

Space representing the set of all values of a type

Attributes

decomposed:

does the space result from decomposition? Used for pretty print

tp:

the type this space represents

Graph
Supertypes
trait Product
trait Equals
trait Space
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product