Edgar
62bc8a59f5
fix contract function type
2019-02-06 12:49:39 +04:00
Edgar
b593d7c1ca
fix contract function return type
2019-02-06 12:47:20 +04:00
hemanth.hm
aea00f1338
Merge pull request #191 from MiroslavPetrik/patch-1
...
fix partial function `sum` example
2018-12-25 18:39:09 +05:30
Miroslav Petrik
7f6f412552
fix partial function sum example
2018-12-25 13:19:53 +01:00
hemanth.hm
ca37a0e6d4
Merge pull request #190 from hekmekk/refactor/totality-and-partial-function
...
Introduce 'function' section
2018-11-16 15:42:24 -08:00
Rea Sand
c710c2ec70
Merge branch 'master' of github.com:hemanth/functional-programming-jargon into refactor/totality-and-partial-function
2018-11-16 09:37:13 +01:00
Rea Sand
ead281f50e
refactor: partial function - Minor adjustments
2018-11-11 13:59:02 +01:00
Rea Sand
c23510813e
refactor: function - drastically shorten content
2018-11-11 13:52:26 +01:00
Rea Sand
ccd128abb5
refactor: function - rephrasing the last paragraph
2018-11-03 19:28:43 +01:00
Rea Sand
c878e19ca7
refactor: function - drop superfluous sentence
2018-11-03 18:48:52 +01:00
Rea Sand
5ee03c4877
chore: function - Add forgotten word
2018-11-03 18:42:54 +01:00
Rea Sand
0ce557945e
chore: Remove inline comment
2018-11-03 18:39:52 +01:00
Rea Sand
1e8238608b
refactor: function - more concise wording
2018-11-03 18:37:23 +01:00
Rea Sand
c77168a62c
chore: Minor adjustments to function section
2018-10-29 09:51:19 +01:00
Rea Sand
321806908c
refactor: Introduce function section
...
- dissolve totality section
- make partial function a top-level section
- reformulate content of partial function section
2018-10-20 14:49:39 +02:00
Rea Sand
0ebee1d815
fix: drop trailing whitespace
2018-10-19 12:57:45 -07:00
Rea Sand
11294984aa
docs: consistently use Option instead of Optional
2018-10-19 12:57:45 -07:00
Rea Sand
a7e26ce756
fix: drop trailing whitespace
2018-10-18 11:59:54 +02:00
Rea Sand
e03612ea9e
docs: consistently use Option instead of Optional
2018-10-18 11:57:50 +02:00
Bhavdeep Dhanjal
18a8507023
Add references to Immer and Fluture
2018-10-06 20:13:16 -07:00
hemanth.hm
f29944659c
Merge pull request #186 from PinkaminaDianePie/patch-1
...
Added info about function totality
2018-09-20 22:34:15 +05:30
Igor
9c3077f43a
Added info about function totality
...
Some examples of total/partial functions with general advices how to avoid partial functions
2018-09-20 17:10:22 +02:00
Dale Francis
b28cba25b8
Added reference to Crocks ADT library
...
crocks is a collection of popular Algebraic Data Types (ADTs) that are all the rage in functional programming. The main goal of crocks is to curate and provide not only a common interface between each type (where possible of course), but also provide all of the helper functions needed to hit the ground running.
2018-06-06 01:08:49 -07:00
hemanth.hm
4f747f68aa
Merge pull request #180 from jethrolarson/closure
...
Simplified closure definition #162
2018-04-11 09:46:46 +05:30
jethro larson
aeac2ee26f
Simplified closure definition #162
2018-03-20 11:27:16 -07:00
hemanth.hm
b10eba9494
Merge pull request #179 from joelmccracken/patch-1
...
Fixed url for folktale
2018-01-14 16:55:55 +05:30
Joel McCracken
cc1cd09518
Fixed url for folktale
...
The other is on a domain that must be dead, because it was redirecting to some spammy nonsense.
2018-01-13 16:59:44 -05:00
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