trait FreeToolkit extends Toolkit

A Toolkit whose representation of a program (Toolkit.Prg) is a free monad over some algebra (FreeToolkit.Lang).

FreeToolkit is typically created by composing multiple Modules.

Linear Supertypes
Toolkit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FreeToolkit
  2. Toolkit
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type Lang[K[_], A]
  2. type Prg[A] = FreeK[Lang, A]
    Definition Classes
    FreeToolkitToolkit
  3. type State = StateK[Prg]
    Definition Classes
    FreeToolkitToolkit
  4. abstract type StateK[K[_]]

Abstract Value Members

  1. abstract def emptyK[K[_]]: StateK[K]
  2. implicit abstract def prgMonad: Monad[Prg]
    Definition Classes
    Toolkit
  3. abstract val stepInterpreter: StateInterpreter[Prg, [β$0$]Lang[[A]FreeK[Lang, A], β$0$], State]

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. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. def interpret[A](p: Prg[A], s: State): (State, A)
    Definition Classes
    FreeToolkitToolkit
  12. def interpret0[A](p: Prg[A]): (State, A)
    Definition Classes
    Toolkit
  13. def interpretAll[F[_]](ps: F[Prg[Unit]], s: State)(implicit F: Foldable[F]): State
    Definition Classes
    Toolkit
  14. lazy val interpreter: ~>[Prg, [γ$1$]IndexedStateT[StateK[[A]FreeK[Lang, A]], StateK[[A]FreeK[Lang, A]], Id, γ$1$]]
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  23. 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 Toolkit

Inherited from AnyRef

Inherited from Any

Ungrouped