IncSets
class Object
trait Matchable
class Any
Value members
Concrete methods
Returns the given set in a CPS style, executing any subsequently given callback for every current and future element of that set.
Returns the given set in a CPS style, executing any subsequently given callback for every current and future element of that set.
Relative monadic bind. Var[IncSet[A]]
is a monad relative to F
,
i.e. we can implement bind
if additional effects of type F
are allowed.
This is equivalent to having a monad instance for λ[A => F[Var[IncSet[A]]]]
.
Relative monadic bind. Var[IncSet[A]]
is a monad relative to F
,
i.e. we can implement bind
if additional effects of type F
are allowed.
This is equivalent to having a monad instance for λ[A => F[Var[IncSet[A]]]]
.