Derived

object Derived

Includes Dsls derived from other Dsls for the same Keyword in a simpler domain. For example, a Dsl.Derived.StackUnsafe for keywords.Yield in the domain Vector[Int] !! String is derived from the Dsl for keywords.Yield in the domain Vector[Int].

class Object
trait Matchable
class Any
Derived.type

Type members

Classlikes

object StackSafe

Types

opaque type StackSafe[-Keyword, Domain, +Value]

A Dsl derived from a stack-safe domain, e.g. domains.Task or scala.util.control.TailCalls.TailRec.

A Dsl derived from a stack-safe domain, e.g. domains.Task or scala.util.control.TailCalls.TailRec.

opaque type StackUnsafe[-Keyword, Domain, +Value]

A Dsl derived from a stack-unsafe domain, e.g. scala.concurrent.Future

A Dsl derived from a stack-unsafe domain, e.g. scala.concurrent.Future