IndexedContsTFunctions

class Object
trait Matchable
class Any
object Cont
object ContT
object Conts
object ContsT

Value members

Concrete 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]]