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

Value parameters

decomposed:

does the space result from decomposition? Used for pretty print

tp:

the type this space represents

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Space
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product