mirror of
https://github.com/vegansk/nimfp
synced 2026-01-03 00:14:38 +00:00
No description
| examples/httpactor | ||
| src | ||
| tests/fp | ||
| .gitignore | ||
| .travis.yml | ||
| config.nims | ||
| LICENSE | ||
| nimfp.nimble | ||
| README.md | ||
nimfp 
Nim functional programming library. Includes:
- Option type src/fp/option.nim
- List type src/fp/list.nim
- Either type src/fp/either.nim
- Map type src/fp/map.nim
- Stream type src/fp/stream.nim
- Scala like for comprehension and Haskell like do notation support src/fp/forcomp.nim
While there is no documentation, you can see examples in the tests/fp directory.