- Bug fixes: `seq` when steps go to negative, cannot meet termination cond.
0.6.2
- Add `cons` and `snoc` - Fix `xlambda.__getitem__`: getting multiple items instead of giving up tuple key.
0.6.1
- Rename `g_` to `ob` for ease of use.
0.6.0
- Return to function composition using `.` _dot notation_. - Remove redundant `cfd_`, `cfd__` and `pair`. - Add `on` and `pack`. - Add `__signature__` to make the function easier to trace.
0.5.4
- Revert `take` to a lazy function form. - Add `takel`, `dropl`, and `replicatel`