TypeVariable

amyc.core.Types$.TypeVariable
See theTypeVariable companion object
case class TypeVariable extends Type

Attributes

Companion
object
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