Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix some inaccuracies in haskell.html.markdown | Julien Cretel | 2014-11-21 | -8/+11 |
| | | | | | | | | | | | | | | | | - The bottom of the "List and Tuples" section may mislead the reader into thinking that the `fst` and `snd` functions can be applied to any tuple; it's worth mentioning that those functions only apply to pairs. - The example demonstrating the use of the function-application operator (`$`) in combination with the function-composition operator (`.`) seems a bit contrived. For completeness, I've added an example that uses `$` alone. - "If statements" and "case statements" are actually expressions, in Haskell; I've replaced all occurences of the word "statement" appearing in that context by the word "expression". - Minor wording improvement (replaced "because" by a semicolon). | |||
* | Update haskell.html.markdown | hobozo | 2014-10-21 | -2/+2 |
| | | | Corrected terminology: currying -> partial application | |||
* | Capitalize language names. See #137 | Geoffrey Liu | 2014-10-12 | -1/+1 |
| | ||||
* | [haskell/en] Fixes issue #510 | Aaron Raimist | 2014-02-03 | -1/+1 |
| | ||||
* | [haskell/en-en] Fixed 80-character margin | Simon Shine | 2013-12-02 | -4/+6 |
| | ||||
* | Typo | Max Goldstein | 2013-10-23 | -1/+1 |
| | | | You don't need to credit me. | |||
* | Haskell: fix comment out of sync with code | Scott Feeney | 2013-09-20 | -1/+1 |
| | ||||
* | Update haskell.html.markdown | Xiao Chuan Yu | 2013-08-12 | -1/+1 |
| | | | Just a typo. https://github.com/adambard/learnxinyminutes-docs/issues/190 | |||
* | '/' is a character | i | 2013-08-08 | -1/+1 |
| | | | Do you mean no letters? | |||
* | Add link to Real World Haskell | Lubomír Sedlář | 2013-07-09 | -2/+3 |
| | ||||
* | Update haskell.html.markdown | ilyagr | 2013-07-03 | -5/+5 |
| | | | Minor improvements to polymorphic types | |||
* | Edit for line length | Adam | 2013-07-03 | -8/+8 |
| | ||||
* | Authors -> Contributors | Adam | 2013-07-03 | -2/+2 |
| | ||||
* | Merged haskell changes from ilyagr | Adam | 2013-07-03 | -16/+71 |
| | ||||
* | Update haskell.html.markdown | ilyagr | 2013-07-03 | -1/+1 |
| | | | Fixed unmatched parentheses | |||
* | Changed 'calls | Adam | 2013-07-02 | -1/+1 |
| | | | | ' to 'applies' before someone else does | |||
* | Added more on folds wrt replacing loops | Adam | 2013-07-02 | -1/+14 |
| | ||||
* | Fix various "it's" -> "its" for Haskell doc | elisee | 2013-07-01 | -3/+3 |
| | ||||
* | Remove mentions of array | Lubomír Sedlář | 2013-07-01 | -4/+4 |
| | | | Since all the functions work with lists, calling them arrays is inaccurate. This commit also updates `myMap` function so that it works on an empty list as well as resolves ambiguity about `x` from comment. | |||
* | Merge pull request #51 from noahlz/master | Adam Bard | 2013-06-30 | -0/+4 |
|\ | | | | | Fix issue #50 | |||
| * | Fix issue #50 | noahlz | 2013-06-29 | -0/+4 |
| | | ||||
* | | Removed filename from haskell tutorial (file is not executable) | Adam | 2013-06-30 | -1/+0 |
| | | ||||
* | | fixing issues listed in "gripes about haskell" (fixes bug #45) | Aditya Bhargava | 2013-06-30 | -18/+48 |
| | | ||||
* | | Added filename parameter | Adam | 2013-06-29 | -0/+1 |
| | | ||||
* | | Added IO to haskell's tutorial | DR6 | 2013-06-29 | -1/+26 |
|/ | ||||
* | Use Csharp syntax highlighting for fsharp | Adam | 2013-06-28 | -9/+16 |
| | ||||
* | fixes | Aditya Bhargava | 2013-06-28 | -38/+30 |
| | ||||
* | adding haskell | Aditya Bhargava | 2013-06-28 | -0/+290 |