An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## fn

[![Build Status](https://secure.travis-ci.org/reiddraper/fn.png)](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