Represents a recursive computation that has been broken into chunks to avoid growing the stack
See also:
Represents a recursive computation that has been broken into chunks to avoid growing the stack
See also:
Done(t:T)Continue(f:() ‑> Trampoline<T>)