CpsLogicMonadContext

cps.monads.logic.CpsLogicMonadContext
trait CpsLogicMonadContext[M[_]] extends CpsTryMonadContext[M]

Attributes

Graph
Supertypes
trait CpsMonadContext[M]
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Type members

Inherited types

type Direct = Direct[M]

Attributes

Inherited from:
CpsMonadContext
type Monad[X] = M[X]

Attributes

Inherited from:
CpsMonadContext

Value members

Abstract methods

override def monad: CpsLogicMonad[M]

Attributes

Returns

instance of cps-monad which should supports try operations.

Definition Classes