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

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

Value members

Inherited methods

Inherited from:
Product