O object

OrType

extends Object

Supertypes

Object

Members

def 

apply

( lhs: Type rhs: Type ) ( implicit  ctx: Context ) : OrType

def 

extension_left

( self: OrType ) ( implicit  ctx: Context ) : Type

def 

extension_right

( self: OrType ) ( implicit  ctx: Context ) : Type

def 

unapply

( x: OrType ) ( implicit  ctx: Context ) : Option[( Type, Type )]