package eff
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- eff
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type /=[M[_], R] = MemberInOut[M, R]
- type <=[M[_], R] = Member[M, R]
- trait ListCreation extends AnyRef
-
trait
ListEffect extends ListCreation with ListInterpretation
Effect for computations possibly returning several values
- trait ListInterpretation extends AnyRef
- type |=[M[_], R] = MemberIn[M, R]
Value Members
- object ListCreation extends ListCreation
- object ListEffect extends ListEffect
- object ListInterpretation extends ListInterpretation
- object list extends ListCreation with ListInterpretation