`PolyCont_+:_Domain_Value`

given `PolyCont_+:_Domain_Value`[Index <: Int, LeftKeyword, RestKeyword, Domain, Value](using val leftDsl: PolyCont[LeftKeyword, Domain, Value], val valueOfIndex: ValueOf[Index], val restDsl: PolyCont[RestKeyword, Domain, Value]): PolyCont[WithIndex[Index, LeftKeyword] +: RestKeyword, Domain, Value]

Value members

Concrete methods

def cpsApply(keywordUnion: WithIndex[Index, LeftKeyword] +: RestKeyword, handler: Value => Domain): Domain

Concrete fields

protected
val leftDsl: PolyCont[LeftKeyword, Domain, Value]
protected
val restDsl: PolyCont[RestKeyword, Domain, Value]
protected
val valueOfIndex: ValueOf[Index]