mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-06 02:26:43 +00:00
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:
parent
57dc1cc41e
commit
181c17fa5c
1 changed files with 3 additions and 0 deletions
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Reference in a new issue