RelToolkit

trait RelToolkit extends Toolkit
trait Toolkit
class Object
trait Matchable
class Any
object PropRel.type

Type members

Inherited types

type Prg[_]
Inherited from:
Toolkit
type State
Inherited from:
Toolkit

Value members

Inherited methods

Inherited from:
Toolkit
def interpret[A](p: Prg[A], s: State): (State, A)
Inherited from:
Toolkit
def interpret0[A](p: Prg[A]): (State, A)
Inherited from:
Toolkit
def interpretAll[F[_]](ps: F[Prg[Unit]], s: State)(implicit F: Foldable[F]): State
Inherited from:
Toolkit

Implicits

Implicits

implicit val relationsApi: Relations[Prg]

Inherited implicits

implicit def prgMonad: Monad[Prg]
Inherited from:
Toolkit