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 theIter
monad (a lazy iterable sequence)either as E
: around theEither
mondadasyn_iter as AI
: around theAsynIter
monad (a lazy, asynchronously iterable sequence)promise as P
: around thePromise
monad (a lazy, asynchronously iterable sequence)
Let's start with iter