c

nutcracker.toolkit

PropagationListModule

class PropagationListModule[Var0[_[_], _], Val0[_[_], _], Lang0[_[_], _], State0[_[_]]] extends ListModule[Lang0, State0] with StashPropagationModule

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PropagationListModule
  2. StashPropagationModule
  3. PropagationModule
  4. ListModule
  5. StashModule
  6. Module
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PropagationListModule(base: Aux[Var0, Val0, Lang0, State0])

Type Members

  1. type Lang[K[_], A] = Lang0[K, A]

    Instructions set.

    Instructions set.

    Definition Classes
    ListModuleModule
  2. type StateK[K[_]] = NonEmptyList[State0[K]]

    State that the interpreter operates on.

    State that the interpreter operates on.

    Definition Classes
    ListModuleModule
  3. type ValK[K[_], A] = Val0[K, A]
  4. type VarK[K[_], A] = Var0[K, A]

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 emptyK[K[_]]: StateK[K]
    Definition Classes
    ListModuleModule
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def fetchK[K[_], A](ref: VarK[K, A], s: StateK[K]): A
  10. def fetchK[K[_], A](ref: ValK[K, A], s: StateK[K]): Option[A]
  11. implicit def freePropagation[F[_[_], _]](implicit inj: Inject[[β$20$]Lang0[[β$18$]FreeK[F, β$18$], β$20$], [β$21$]F[[β$19$]FreeK[F, β$19$], β$21$]]): Propagation[[β$24$]FreeK[F, β$24$], [β$25$]Var0[[β$22$]FreeK[F, β$22$], β$25$], [β$26$]Val0[[β$23$]FreeK[F, β$23$], β$26$]]
  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. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. def readOnlyK[K[_], A](ref: VarK[K, A]): ValK[K, A]
  19. implicit def stashRestore[K[_]]: StashRestore[StateK[K]]
    Definition Classes
    ListModuleStashModule
  20. def stepInterpreterK[K[_], S](implicit lens: Lens[S, StateK[K]]): StateInterpreter[K, [β$27$]Lang0[K, β$27$], S]
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. implicit def valOrderK[K[_]]: HOrderK[[β$16$]Val0[K, β$16$]]
  24. implicit def valShowK[K[_]]: ShowK[[β$17$]Val0[K, β$17$]]
  25. implicit def varOrderK[K[_]]: HOrderK[[β$14$]Var0[K, β$14$]]
  26. implicit def varShowK[K[_]]: ShowK[[β$15$]Var0[K, β$15$]]
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. 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 StashPropagationModule

Inherited from PropagationModule

Inherited from ListModule[Lang0, State0]

Inherited from StashModule

Inherited from Module

Inherited from AnyRef

Inherited from Any

Ungrouped