import public Control.Monad.Elin
import public FS.PullpullElin : EmptyPull (Elin s) es r -> Outcome es rConvenience alias of `run` for running a `Pull` in the `Elin s`
monad, producing a pure result of type `Outcome es r`.
mpullElin : Monoid r => EmptyPull (Elin s) [] r -> rConvenience alias of `run` for running a `Pull` in the `Elin s`
monad, producing a pure result.
toSnocList : Stream (Elin s) [] o -> SnocList otoList : Stream (Elin s) [] o -> List o