Core API
4 pages
Adapt
Handler context transformation. Contravariant on context, covariant on continuation.
adapt
Transform a handler's...
Kernel
Freer monad kernel: Return/OpCall ADT with FTCQueue bind, send, map, seq.
bind
Monadic bind: sequence two...
Queue
FTCQueue (catenable queue, after Kiselyov & Ishii 2015). O(1) snoc/append, amortized O(1)...
Trampoline
Trampolined interpreter using builtins.genericClosure for O(1) stack depth.
handle
Trampolined handler combinator...