Added a link to all the contributors 🙌

Thanks to:

@jethrolarson
@ethagnawl
@therealklanni
@CrossEye
@jhartikainen
@davidchambers
@skippednote
@mariusschulz
@lovasoa
@raine
@sjsyrek
@toddmotto
@matthieubulte
@stoeffel
This commit is contained in:
hemanth.hm 2016-06-01 05:45:11 +05:30
parent 57dc1cc41e
commit 181c17fa5c

View file

@ -494,3 +494,6 @@ The letters `a`, `b`, `c`, `d` are used to signify that the argument can be of a
// map :: (a -> b) -> [a] -> [b]
let map = f => list => list.map(f)
```
---
__P.S:__ Without the wonderful [contributions](https://github.com/hemanth/functional-programming-jargon/graphs/contributors) this repo would be meaningless!