Getting Started
Haskellian gives you a number of pure functions and utilities grouped in modules. We recommend these standard aliases:
iter as I: utilities around theItermonad (a lazy iterable sequence)either as E: around theEithermondadasyn_iter as AI: around theAsynItermonad (a lazy, asynchronously iterable sequence)promise as P: around thePromisemonad (a lazy, asynchronously iterable sequence)
Let's start with iter