IndexedConts

Value members

Concrete methods

def apply[W[_], R, O, A](f: W[A => O] => R): IndexedConts[W, R, O, A]

Inherited methods

def callCC[W[_], R, O, M[_], A, B](f: A => IndexedContsT[W, O, O, M, B] => IndexedContsT[W, R, O, M, A])(implicit W: Comonad[W]): IndexedContsT[W, R, O, M, A]
def contracohoist[W[_], V[_], R, O, M[_]](f: NaturalTransformation[V, W]): NaturalTransformation[[_] =>> IndexedContsT[W, R, O, M, _$23], [_] =>> IndexedContsT[V, R, O, M, _$24]]
def empty[W[_], R, M[_], A](implicit M: PlusEmpty[M]): ContsT[W, R, M, A]
def liftM[W[_], R, M[_], A](a: => M[A])(implicit W: Comonad[W], M: Bind[M]): ContsT[W, R, M, A]
def point[W[_], R, M[_], A](a: => A)(implicit W: Comonad[W]): ContsT[W, R, M, A]
def reset[W[_], R, O, M[_], A](v: IndexedContsT[W, A, O, M, O])(implicit W: Comonad[W], WA: Applicative[W], M: Monad[M]): IndexedContsT[W, R, R, M, A]
def shift[W[_], I, R, J, O, M[_], A](f: A => IndexedContsT[W, I, I, M, O] => IndexedContsT[W, R, J, M, J])(implicit W: Comonad[W], WA: Applicative[W], M: Monad[M]): IndexedContsT[W, R, O, M, A]
def xhoist[W[_], R, O, M[_], N[_]](f: NaturalTransformation[M, N], g: NaturalTransformation[N, M])(implicit W: Functor[W]): NaturalTransformation[[_] =>> IndexedContsT[W, R, O, M, _$16], [_] =>> IndexedContsT[W, R, O, N, _$17]]

Implicits

Inherited implicits

implicit
def ContsTBind[W[_], R, M[_]](implicit W0: Cobind[W]): Bind[[_] =>> ContsT[W, R, M, _$39]]
implicit
def ContsTMonad[W[_], R, M[_]](implicit W0: Comonad[W]): Monad[[_] =>> ContsT[W, R, M, _$42]]
implicit
def ContsTMonadPlusAlt[W[_], R, M[_]](implicit W0: Comonad[W], M0: PlusEmpty[M]): MonadPlus[[_] =>> ContsT[W, R, M, _$55]] & Alt[[_] =>> ContsT[W, R, M, _$56]]
implicit
def IndexedContsTBifunctor[W[_], O, M[_]](implicit W0: Functor[W], M0: Functor[M]): Bifunctor[[_, _] =>> IndexedContsT[W, _$51, O, M, _$52]]
implicit
def IndexedContsTContravariant[W[_], R, M[_], A](implicit W0: Functor[W], M0: Functor[M]): Contravariant[[_] =>> IndexedContsT[W, R, _$48, M, A]]
implicit
def IndexedContsTFunctorLeft[W[_], O, M[_], A](implicit M0: Functor[M]): Functor[[_] =>> IndexedContsT[W, _$45, O, M, A]]
implicit
def IndexedContsTFunctorRight[W[_], R, M[_], O](implicit W0: Functor[W]): Functor[[_] =>> IndexedContsT[W, R, O, M, _$36]]