ListT package:Agda
Lazy monadic computation of a list of results.
Lazy monadic conjunction of lazy monadic list, effects left-to-right
Lazy monadic disjunction of lazy monadic list, effects left-to-right
Case distinction over lazy list.
The join operation of the ListT m monad.
Consing a value to a lazy list.
Folding a lazy list, effects left-to-right.
Change from one monad to another
Extending a monadic function to
ListT.
We can `
run' a computation of a
ListT as it is monadic
itself.
Force all values in the lazy list, effects left-to-right