ContextFunctionType

dotty.tools.dotc.core.Definitions.ContextFunctionType$

An extractor for context function types As ?=> B, possibly with dependent refinements. Optionally returns a triple consisting of the argument types As, the result type B and a whether the type is an erased context function.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def unapply(tp: Type)(using Context): Option[(List[Type], Type, List[Boolean])]