cps.monads.CpsLazyT
See theCpsLazyT companion object
Lazy monad transformer providing stack-safe trampolined evaluation for any CpsTryMonad[F].
The ADT nodes capture computations as data structures rather than evaluating them immediately, allowing the run interpreter to process them with an explicit continuation stack via tailRecM.
Attributes
- Companion
- object
- Source
- CpsLazyT.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
In this article