https://github.com/reiddraper/fn
Function utilities for Erlang
https://github.com/reiddraper/fn
Last synced: about 1 year ago
JSON representation
Function utilities for Erlang
- Host: GitHub
- URL: https://github.com/reiddraper/fn
- Owner: reiddraper
- License: apache-2.0
- Created: 2012-10-31T16:56:11.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-31T03:33:16.000Z (over 12 years ago)
- Last Synced: 2025-04-06T22:46:47.537Z (about 1 year ago)
- Language: Erlang
- Homepage: http://reiddraper.github.com/fn/
- Size: 956 KB
- Stars: 24
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## fn
[](http://travis-ci.org/reiddraper/fn)
___
Function utilities and Monads for Erlang.
## Project Installation:
In your `rebar.config`:
```
{fn, "0.3.0", {git, "git://github.com/reiddraper/fn", {tag, "0.3.0"}}},
```
## edoc
Documentation is [hosted here](http://reiddraper.github.com/fn/).
You can also generate the documentation locally: `make docs`.
## License
Copyright Reid Draper 2012. All Rights Reserved.
Licensed under the Apache 2 License. See LICENSE
file for details