object PropBranch extends FreePropagationToolkit with FreeBranchingToolkit with PropBranchToolkit

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PropBranch
  2. PropBranchToolkit
  3. FreeBranchingToolkit
  4. BranchingToolkit
  5. FreeStashToolkit
  6. StashToolkit
  7. FreePropagationToolkit
  8. PropagationToolkit
  9. FreeRefToolkit
  10. RefToolkit
  11. FreeToolkit
  12. Toolkit
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Lang[K[_], A] = Coproduct[[β$0$]PersistentPropagationModule.Lang[K, β$0$], [β$1$]PropBranch.Branch._1.type.Lang[K, β$1$], A]
    Definition Classes
    PropBranchFreeToolkit
  2. type Prg[A] = FreeK[Lang, A]
    Definition Classes
    FreeToolkitToolkit
  3. type State = StateK[Prg]
    Definition Classes
    FreeToolkitToolkit
  4. type StateK[K[_]] = KPair[(Prop)#StateK, (Branch)#StateK, K]
    Definition Classes
    PropBranchFreeToolkit
  5. type Val[A] = ValK[Prg, A]
    Definition Classes
    FreeRefToolkitRefToolkit
  6. type ValK[K[_], A] = PersistentPropagationModule.ValK[K, A]
    Definition Classes
    PropBranchFreeRefToolkit
  7. type Var[A] = VarK[Prg, A]
    Definition Classes
    FreeRefToolkitRefToolkit
  8. type VarK[K[_], A] = PersistentPropagationModule.VarK[K, A]
    Definition Classes
    PropBranchFreeRefToolkit

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. val Branch: BranchingModule { ... /* 3 definitions in type refinement */ } with StashModule forSome {val _1: PersistentBranchingModule { ... /* 2 definitions in type refinement */ }}
  5. val Prop: AuxL[PersistentPropagationModule.VarK, PersistentPropagationModule.ValK, PersistentPropagationModule.Lang]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def assess(s: State): Assessment[List[Prg[Unit]]]
    Definition Classes
    PropBranchBranchingToolkit
  8. implicit val branchingApi: BranchingPropagation[Prg, Var, Val]
    Definition Classes
    PropBranchBranchingToolkit
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  10. def empty: State
    Definition Classes
    FreeToolkitToolkit
  11. def emptyK[K[_]]: StateK[K]
    Definition Classes
    PropBranchFreeToolkit
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def fetch[A](ref: Var[A], s: State): A
    Definition Classes
    FreeRefToolkitRefToolkit
  15. def fetch[A](ref: Val[A], s: State): Option[A]
    Definition Classes
    FreeRefToolkitRefToolkit
  16. def fetchK[K[_], A](ref: VarK[K, A], s: StateK[K]): A
    Definition Classes
    PropBranchFreeRefToolkit
  17. def fetchK[K[_], A](ref: ValK[K, A], s: StateK[K]): Option[A]
    Definition Classes
    PropBranchFreeRefToolkit
  18. def fetchResult[A](ref: Val[A], s: State)(implicit fin: Final[A]): Option[Out]
    Definition Classes
    RefToolkit
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. def interpret[A](p: Prg[A], s: State): (State, A)
    Definition Classes
    FreeToolkitToolkit
  22. def interpret0[A](p: Prg[A]): (State, A)
    Definition Classes
    Toolkit
  23. def interpretAll[F[_]](ps: F[Prg[Unit]], s: State)(implicit F: Foldable[F]): State
    Definition Classes
    Toolkit
  24. lazy val interpreter: ~>[Prg, [γ$1$]IndexedStateT[StateK[[A]FreeK[Lang, A]], StateK[[A]FreeK[Lang, A]], [X]X, γ$1$]]
    Definition Classes
    FreeToolkit
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  29. def prgMonad: Monad[Prg]
    Definition Classes
    PropBranchToolkit
  30. implicit val propagationApi: Propagation[Prg, Var, Val]
    Definition Classes
    PropBranchPropagationToolkit
  31. implicit def readOnly[A](ref: Var[A]): Val[A]
    Definition Classes
    FreeRefToolkitRefToolkit
  32. def readOnlyK[K[_], A](ref: VarK[K, A]): ValK[K, A]
    Definition Classes
    PropBranchFreeRefToolkit
  33. def solveDfs[D](p: Prg[Val[D]])(implicit fin: Final[D]): StreamT[scalaz.Id.Id, Out]
    Definition Classes
    BranchingToolkit
  34. def solveDfs[A, B](p: Prg[A], f: (A, State) => Option[B]): StreamT[scalaz.Id.Id, B]
    Definition Classes
    BranchingToolkit
  35. def solveDfs1[D](p: Prg[Val[D]])(implicit fin: Final[D]): StreamT[[β$0$]WriterT[Int, [X]X, β$0$], Out]

    Like solveDfs[D]*, but also outputs the number of times it had to backtrack.

    Like solveDfs[D]*, but also outputs the number of times it had to backtrack.

    Definition Classes
    BranchingToolkit
  36. def solveDfsAll[D](p: Prg[Val[D]])(implicit fin: Final[D]): List[Out]
    Definition Classes
    BranchingToolkit
  37. def solveDfsAll1[D](p: Prg[Val[D]])(implicit fin: Final[D]): (List[Out], Int)

    Like solveDfsAll, but also returns the number of dead branches explored.

    Like solveDfsAll, but also returns the number of dead branches explored.

    Definition Classes
    BranchingToolkit
  38. def stashRestore: StashRestore[State]
    Definition Classes
    FreeStashToolkitStashToolkit
  39. def stashRestoreK[K[_]]: StashRestore[StateK[K]]
    Definition Classes
    PropBranchFreeStashToolkit
  40. val stepInterpreter: StateInterpreter[Prg, [γ$4$]Coproduct[[β$13$](Prop)#Lang[Prg, β$13$], [β$14$](Branch)#Lang[Prg, β$14$], γ$4$], State]
    Definition Classes
    PropBranchFreeToolkit
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. implicit def valOrder: HOrderK[Val]
    Definition Classes
    FreeRefToolkitRefToolkit
  44. def valOrderK[K[_]]: HOrderK[[β$2$]PersistentPropagationModule.ValK[[_]K[_], β$2$]]
    Definition Classes
    PropBranchFreeRefToolkit
  45. implicit def valShow: ShowK[Val]
    Definition Classes
    FreeRefToolkitRefToolkit
  46. def valShowK[K[_]]: ShowK[[β$3$]PersistentPropagationModule.ValK[[_]K[_], β$3$]]
    Definition Classes
    PropBranchFreeRefToolkit
  47. implicit def varOrder: HOrderK[Var]
    Definition Classes
    FreeRefToolkitRefToolkit
  48. def varOrderK[K[_]]: HOrderK[[β$0$]PersistentPropagationModule.VarK[[_]K[_], β$0$]]
    Definition Classes
    PropBranchFreeRefToolkit
  49. implicit def varShow: ShowK[Var]
    Definition Classes
    FreeRefToolkitRefToolkit
  50. def varShowK[K[_]]: ShowK[[β$1$]PersistentPropagationModule.VarK[[_]K[_], β$1$]]
    Definition Classes
    PropBranchFreeRefToolkit
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  53. 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 PropBranchToolkit

Inherited from FreeBranchingToolkit

Inherited from BranchingToolkit

Inherited from FreeStashToolkit

Inherited from StashToolkit

Inherited from FreePropagationToolkit

Inherited from PropagationToolkit

Inherited from FreeRefToolkit

Inherited from RefToolkit

Inherited from FreeToolkit

Inherited from Toolkit

Inherited from AnyRef

Inherited from Any

Ungrouped