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]
.
Type members
Types
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.