trait FreePropagationToolkit extends FreeRefToolkit with PropagationToolkit

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FreePropagationToolkit
  2. PropagationToolkit
  3. FreeRefToolkit
  4. RefToolkit
  5. FreeToolkit
  6. Toolkit
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type Lang[K[_], A]
    Definition Classes
    FreeToolkit
  2. type Prg[A] = FreeK[Lang, A]
    Definition Classes
    FreeToolkitToolkit
  3. type State = StateK[Prg]
    Definition Classes
    FreeToolkitToolkit
  4. abstract type StateK[K[_]]
    Definition Classes
    FreeToolkit
  5. type Val[A] = ValK[Prg, A]
    Definition Classes
    FreeRefToolkitRefToolkit
  6. abstract type ValK[K[_], A]
    Definition Classes
    FreeRefToolkit
  7. type Var[A] = VarK[Prg, A]
    Definition Classes
    FreeRefToolkitRefToolkit
  8. abstract type VarK[K[_], A]
    Definition Classes
    FreeRefToolkit

Abstract Value Members

  1. abstract def emptyK[K[_]]: StateK[K]
    Definition Classes
    FreeToolkit
  2. abstract def fetchK[K[_], A](ref: VarK[K, A], s: StateK[K]): A
    Definition Classes
    FreeRefToolkit
  3. abstract def fetchK[K[_], A](ref: ValK[K, A], s: StateK[K]): Option[A]
    Definition Classes
    FreeRefToolkit
  4. implicit abstract def prgMonad: Monad[Prg]
    Definition Classes
    Toolkit
  5. implicit abstract val propagationApi: Propagation[Prg, Var, Val]
    Definition Classes
    PropagationToolkit
  6. abstract def readOnlyK[K[_], A](ref: VarK[K, A]): ValK[K, A]
    Definition Classes
    FreeRefToolkit
  7. abstract val stepInterpreter: StateInterpreter[Prg, [β$0$]Lang[[A]FreeK[Lang, A], β$0$], State]
    Definition Classes
    FreeToolkit
  8. abstract def valOrderK[K[_]]: HOrderK[[β$8$]ValK[K, β$8$]]
    Definition Classes
    FreeRefToolkit
  9. abstract def valShowK[K[_]]: ShowK[[β$9$]ValK[K, β$9$]]
    Definition Classes
    FreeRefToolkit
  10. abstract def varOrderK[K[_]]: HOrderK[[β$6$]VarK[K, β$6$]]
    Definition Classes
    FreeRefToolkit
  11. abstract def varShowK[K[_]]: ShowK[[β$7$]VarK[K, β$7$]]
    Definition Classes
    FreeRefToolkit

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. def empty: State
    Definition Classes
    FreeToolkitToolkit
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def fetch[A](ref: Var[A], s: State): A
    Definition Classes
    FreeRefToolkitRefToolkit
  10. def fetch[A](ref: Val[A], s: State): Option[A]
    Definition Classes
    FreeRefToolkitRefToolkit
  11. def fetchResult[A](ref: Val[A], s: State)(implicit fin: Final[A]): Option[Out]
    Definition Classes
    RefToolkit
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. def interpret[A](p: Prg[A], s: State): (State, A)
    Definition Classes
    FreeToolkitToolkit
  15. def interpret0[A](p: Prg[A]): (State, A)
    Definition Classes
    Toolkit
  16. def interpretAll[F[_]](ps: F[Prg[Unit]], s: State)(implicit F: Foldable[F]): State
    Definition Classes
    Toolkit
  17. lazy val interpreter: ~>[Prg, [γ$1$]IndexedStateT[StateK[[A]FreeK[Lang, A]], StateK[[A]FreeK[Lang, A]], [X]X, γ$1$]]
    Definition Classes
    FreeToolkit
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. implicit def readOnly[A](ref: Var[A]): Val[A]
    Definition Classes
    FreeRefToolkitRefToolkit
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. implicit def valOrder: HOrderK[Val]
    Definition Classes
    FreeRefToolkitRefToolkit
  26. implicit def valShow: ShowK[Val]
    Definition Classes
    FreeRefToolkitRefToolkit
  27. implicit def varOrder: HOrderK[Var]
    Definition Classes
    FreeRefToolkitRefToolkit
  28. implicit def varShow: ShowK[Var]
    Definition Classes
    FreeRefToolkitRefToolkit
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from PropagationToolkit

Inherited from FreeRefToolkit

Inherited from RefToolkit

Inherited from FreeToolkit

Inherited from Toolkit

Inherited from AnyRef

Inherited from Any

Ungrouped