OrType

amyc.core.Types$.OrType
case class OrType(lhs: Type, rhs: Type) extends Type

Attributes

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

Members list

Value members

Inherited methods

infix def <:<(lhs: Type): Boolean

Attributes

Inherited from:
Type
infix def =:=(lhs: Type): Boolean

Attributes

Inherited from:
Type
def isBottomType: Boolean

Attributes

Inherited from:
Type
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product