mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-06 02:26:43 +00:00
corrected typo (#113)
This commit is contained in:
parent
a67155dd44
commit
52b9f361b6
1 changed files with 1 additions and 1 deletions
|
|
@ -670,7 +670,7 @@ const map = (f) => (list) => list.map(f)
|
|||
|
||||
__Further reading__
|
||||
* [Ramda's type signatures](https://github.com/ramda/ramda/wiki/Type-Signatures)
|
||||
* [Mostly Adaquate Guide](https://drboolean.gitbooks.io/mostly-adequate-guide/content/ch7.html#whats-your-type)
|
||||
* [Mostly Adequate Guide](https://drboolean.gitbooks.io/mostly-adequate-guide/content/ch7.html#whats-your-type)
|
||||
* [What is Hindley-Milner?](http://stackoverflow.com/a/399392/22425) on Stack Overflow
|
||||
|
||||
## Union type
|
||||
|
|
|
|||
Loading…
Reference in a new issue