ListInterpretation

Companion:
object
Source:
ListEffect.scala
class Object
trait Matchable
class Any
object ListEffect.type
object all.type
object ListInterpretation.type
object list.type

Value members

Concrete methods

def runList[R, U, A](effect: Eff[R, A])(implicit m: Aux[List, R, U]): Eff[U, List[A]]

run an effect stack starting with a list effect

run an effect stack starting with a list effect

Source:
ListEffect.scala