Tags

interaction tree

Abstractly, interaction trees are the appropriate adaptation of freer monads to

CoInductive itree (E : Type -> Type) (R : Type) : Type :=
| Ret (r : R)
| Tau (t : itree E R)
| Vis {A : Type} (e : E A) (k : E -> itree E R)
.

Author: Nicholas Coltharp (mail@heraplem.xyz)

Last modified: 2026-06-10 Wed 16:08

Emacs 30.2 (Org mode 9.7.11)

Validate