trait OnDemandPropagationModule extends PropagationModule
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- OnDemandPropagationModule
- PropagationModule
- Module
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- abstract type Lang[K[_], A]
Instructions set.
Instructions set.
- Definition Classes
- Module
- abstract type StateK[K[_]]
State that the interpreter operates on.
State that the interpreter operates on.
- Definition Classes
- Module
- abstract type ValK[K[_], A]
- Definition Classes
- PropagationModule
- abstract type VarK[K[_], A]
- Definition Classes
- PropagationModule
Abstract Value Members
- abstract def emptyK[K[_]]: StateK[K]
- Definition Classes
- Module
- abstract def fetchK[K[_], A](ref: ValK[K, A], s: StateK[K]): Option[A]
- Definition Classes
- PropagationModule
- abstract def fetchK[K[_], A](ref: VarK[K, A], s: StateK[K]): A
- Definition Classes
- PropagationModule
- implicit abstract def freePropagation[F[_[_], _]](implicit inj: Inject[[β$30$]Lang[[β$28$]FreeK[F, β$28$], β$30$], [β$31$]F[[β$29$]FreeK[F, β$29$], β$31$]]): OnDemandPropagation[[β$34$]FreeK[F, β$34$], [β$35$]VarK[[β$32$]FreeK[F, β$32$], β$35$], [β$36$]ValK[[β$33$]FreeK[F, β$33$], β$36$]]
- Definition Classes
- OnDemandPropagationModule → PropagationModule
- abstract def readOnlyK[K[_], A](ref: VarK[K, A]): ValK[K, A]
- Definition Classes
- PropagationModule
- abstract def stepInterpreterK[K[_], S](implicit lens: Lens[S, StateK[K]]): StateInterpreter[K, [β$13$]Lang[K, β$13$], S]
- Definition Classes
- PropagationModule
- implicit abstract def valOrderK[K[_]]: HOrderK[[β$2$]ValK[K, β$2$]]
- Definition Classes
- PropagationModule
- implicit abstract def valShowK[K[_]]: ShowK[[β$3$]ValK[K, β$3$]]
- Definition Classes
- PropagationModule
- implicit abstract def varOrderK[K[_]]: HOrderK[[β$0$]VarK[K, β$0$]]
- Definition Classes
- PropagationModule
- implicit abstract def varShowK[K[_]]: ShowK[[β$1$]VarK[K, β$1$]]
- Definition Classes
- PropagationModule
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated