From 181c17fa5c863c09fcd20a3f8ebd00b715b9d95f Mon Sep 17 00:00:00 2001 From: "hemanth.hm" Date: Wed, 1 Jun 2016 05:45:11 +0530 Subject: [PATCH] =?UTF-8?q?Added=20a=20link=20to=20all=20the=20contributor?= =?UTF-8?q?s=20=F0=9F=99=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to: @jethrolarson @ethagnawl @therealklanni @CrossEye @jhartikainen @davidchambers @skippednote @mariusschulz @lovasoa @raine @sjsyrek @toddmotto @matthieubulte @stoeffel --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 3bfea63..d690146 100644 --- a/readme.md +++ b/readme.md @@ -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!