Added
- `comp`
- `count`
- `count_`
- `identity`
- `reduce`
- `reduced`
- `threadf`
- `threadl`
- `trampoline`
Changed
- `is_nested` now works with dictionaries
Fixed
- `less_than` would return true for this `1 < 4 < 2` [issue 16](https://github.com/AbhinavOmprakash/functionali/issues/16)
- `foldr` now works with iterators. [issues 17](https://github.com/AbhinavOmprakash/functionali/issues/17)
- `curry` now works with 0-arg functions