Commit graph

215 commits

Author SHA1 Message Date
Paweł Lula
951e888bd2 Fix Option example 2018-01-09 07:15:34 -08:00
Hemanth.HM
5dd81ec32c pre-commit hook for lint and TOC. 2017-12-10 12:02:38 +05:30
hemanth.hm
32c1c8d6d4
Merge pull request #176 from sphilee/patch-1
Add Korean translation
2017-11-15 14:22:01 +05:30
GH Lee
5842916f92
Add Korean translation
I am interested in functional programming paradigm.
So I made Korean translation for functional programming jargon.
Thanks for the good info. 😄
2017-11-15 14:59:37 +09:00
Ikhoon Eom
622d06ef54 Add scala translation :-) 2017-11-13 08:23:11 -08:00
hemanth.hm
e47f3b9fe3
Merge pull request #172 from iangregor/patch-1
Add line after code block to fix inline code
2017-11-08 13:59:45 +05:30
hemanth.hm
5fb5b468d9
Merge pull request #173 from OutThisLife/patch-1
use object init shorthand for prod types
2017-11-08 13:59:23 +05:30
Talasan Nicholson
ce3d8fca47
use object init shorthand for prod types 2017-11-08 01:10:39 -06:00
iangregor
bbd80f9623
Add line after code block to fix inline code
https://functional.works-hub.com/blog/Functional-Programming-Jargon 

The line below is shown instead of having the single backticks in the md rendered into inline code.

> The function \`\`\`addTo()\`\`\` returns a function(internally called \`\`\`add()\`\`\`), lets
2017-11-08 15:24:02 +10:00
Mitch Keenan
f6f0511100 Fixed inline code formatting in Closure Section 2017-11-07 07:43:49 -08:00
hemanth.hm
ab81235e89 Merge pull request #168 from jethrolarson/lens
Add definition for lens #166
2017-10-09 09:30:43 +05:30
jethro larson
9d53306b52 Add definition for lens #166 2017-10-02 18:42:26 -07:00
hemanth.hm
bf99fc0275 Merge pull request #167 from TobiasRoland/patch-1
"are" instead of "be"
2017-09-09 07:51:57 +05:30
TobiasRoland
7f91c1b022 "are" instead of "be"
... for a less pirate-sounding sentence.
2017-09-08 13:47:31 -04:00
trueproof
d8a5ab2349 redundant semicolon 2017-07-09 01:07:18 -07:00
hemanth.hm
ed61514c4c Merge pull request #160 from trueproof/patch-3
missing semicolon
2017-07-05 20:35:35 +05:30
trueproof
28aa73f0c6 missing semicolon 2017-07-04 14:48:42 +03:00
hemanth.hm
d8277e87ad Merge pull request #158 from wisn/add-id-translation
Add Translation for Bahasa Indonesia
2017-06-15 21:18:55 +05:30
Wisnu Adi Nurcahyo
aed87fef7f Rollback file and add a link of Bahasa Indonesia translation 2017-06-15 18:17:10 +07:00
Wisnu Adi Nurcahyo
3e94a1a690 Add translation for Bahasa Indonesia 2017-06-15 16:50:44 +07:00
hemanth.hm
097fe53604 Merge pull request #156 from tomkel/master
add link to sanctuary
2017-06-13 20:22:36 +05:30
Tommy Kelly
9dd0916753 add link to sanctuary 2017-06-12 10:16:41 -07:00
hemanth.hm
e9529cd3a2 Merge pull request #155 from chocolateboy/patch-1
Remove obsolete links
2017-06-12 09:05:30 +05:30
chocolateboy
aab4db75dd rm obsolete links
Remove links to [removed](4f869c86d9) TODO sections:

* Guarded Functions
* Traversable
2017-06-10 23:00:44 +00:00
hemanth.hm
d5be05e7d3 Merge pull request #153 from jethrolarson/noTODO
Remove TODO entries. TODO stuff can be managed by issues
2017-06-08 13:18:09 +05:30
hemanth.hm
96d3ab1451 Merge pull request #154 from jethrolarson/sumType
Rename union type to sum type to complement with product type and cha…
2017-06-08 13:17:59 +05:30
Jethro Larson
c54693524c Merge branch 'master' into noTODO 2017-06-07 10:53:13 -07:00
jethro larson
1601ecd859 Delint, fix TOC, minor tweaks 2017-06-07 10:45:26 -07:00
jethro larson
a30176c55c Rename union type to sum type to complement with product type and change description and example to better match the concept 2017-06-07 10:18:38 -07:00
jethro larson
4f869c86d9 Remove TODO entries. TODO stuff can be managed by issues 2017-06-06 13:20:33 -07:00
hemanth.hm
dedffb1663 Merge pull request #150 from char0n/master
docs(readme.md): add ramda-adjunct as FL
2017-05-19 09:21:53 +05:30
Vladimir Gorej
916d87505c docs(readme.md): add ramda-adjunct as FL
ramda-adjunct is rapidly growing adjunct or core ramda library.
2017-05-17 00:32:37 +02:00
hemanth.hm
b1e4b2601b Merge pull request #149 from sunnypatel165/master
Fix Typo in Closure
2017-05-10 15:40:51 +05:30
Sunny Patel
9045867897 Fix Typo in Closure
Replaced Scopped with Scoped
2017-05-10 09:45:10 +05:30
hemanth.hm
742ea02c49 Merge pull request #147 from Sean-Lan/fix/lift
fix: fix the lift example error
2017-04-14 16:25:53 +05:30
Sean-Lan
0cd5973ddf fix: fix the lift example error 2017-04-14 18:43:39 +08:00
hemanth.hm
273175df14 Merge pull request #116 from sunnypatel165/master
Added Closures
2017-04-09 20:37:10 +05:30
Sunny Patel
a07df820ca Update readme.md 2017-04-09 11:25:21 +05:30
Sunny Patel
b01d0f6cfc Update readme.md
Added closure vs lambda as suggested.
2017-04-09 10:54:48 +05:30
hemanth.hm
841ed85f81 Fixes #145 2017-03-26 12:58:48 +05:30
hemanth.hm
1ec74df32a Merge pull request #144 from shfshanyue/master
Add translation for chinese
2017-03-10 10:57:54 +05:30
shfshanyue
6da52dbd2b Add Chinese 2017-03-09 22:01:03 +08:00
hemanth.hm
68d104f387 Merge pull request #143 from shfshanyue/master
fix typo: middle dot
2017-03-09 18:25:34 +05:30
shfshanyue
b58ed9bea6 fix typo: middle dot 2017-03-09 19:44:07 +08:00
hemanth.hm
e0a7e75f7a Merge pull request #141 from shfshanyue/master
Make easier for example of hoc
2017-03-09 15:40:58 +05:30
shfshanyue
25bd92ce94 Make easy for example of hoc 2017-03-07 16:54:47 +08:00
hemanth.hm
f279ee6490 Merge pull request #140 from shfshanyue/master
fix: arrow function in setoid
2017-03-07 14:17:39 +05:30
shfshanyue
50b46665ff fix: arrow function in setoid 2017-03-03 13:03:01 +08:00
hemanth.hm
4ff65ed282 Merge pull request #139 from hemanth/jethrolarson-patch-1-1
Extend category definition
2017-01-27 16:55:25 +05:30
Jethro Larson
38cd3bebb1 Extend category definition 2017-01-23 16:01:44 -08:00