summaryrefslogtreecommitdiffhomepage
path: root/haskell.html.markdown
Commit message (Collapse)AuthorAgeLines
* #2550ven2017-02-09-2/+2
|
* [haskell/en] some minor fixes (#2550)Patrik Jansson2017-02-09-15/+14
| | | | | | * [haskell/en] some minor fixes * Minor fixes after comments from @vendethiel
* Merge pull request #1758 from patrikja/patch-2ven2016-02-11-9/+9
|\ | | | | Some minor fixes
| * Some minor fixesPatrik Jansson2015-10-23-9/+9
| | | | | | | | | | | | I just noted that the example claiming that (add 10) is the same as (+10) was wrong. (A detail - it should be (10+) to match the argument order.) Then I just continued down making a few similar fixes and terminology updates. /Patrik PS. I've been teaching [Advanced Functional Programming](http://www.cse.chalmers.se/edu/course/afp/) (in Haskell) for a few years at Chalmers.
* | Merge pull request #1946 from xou/haskell-operatorsven2016-01-25-3/+18
|\ \ | | | | | | [haskell/en] Extended section on GHCi (discussion?)
| * | [haskell/en] Extended section on GHCiNiko Weh2015-10-31-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | - Added the :i command, as i feel that it is as useful as :t. - Added another example for :t, hopefully showcasing it's flexibility - For consistency, changed the name of (.) from function to operator (as is already the case with ($)), and added a short remark in the GHCi section that (most) operators are also functions.
* | | Updating dev environment installation infoRobb Shecter2015-12-03-1/+1
|/ /
* / Haskell: Fix !! operatorNiko Weh2015-10-31-1/+1
|/ | | | | | | - Use a finite list, as infinite lists are not introduced yet - Use a list starting from 1 instead of 0, to make it obvious that the element returned comes from the list (and is not the second argument to !!).
* really update the commentGreg Yang2015-10-20-1/+1
|
* update the comment in as wellGreg Yang2015-10-20-1/+1
|
* modify function composition exampleGreg Yang2015-10-20-4/+4
|
* change haskell's operator `$` description wordingven2015-07-06-4/+5
| | | for #1161
* Fixed haskell foldr exampleTiddo Langerak2015-04-27-1/+1
| | | For #1068
* Merge pull request #1006 from nero-luci/masterGeoff Liu2015-03-27-7/+8
|\ | | | | Update haskell.html.markdown. Wrong explanation about '$' operator
| * [haskell.html.markdown] Explanation for Haskell '$' operator Cornel Punga2015-03-27-3/+2
| | | | | | with support from @geoffliu
| * [haskell.html.markdown] Changed explanation for Haskell '$' operatorCornel Punga2015-03-25-4/+6
| |
| * Haskell.html.markdown. Wrong result of an expression.Cornel Punga2015-03-16-3/+3
| | | | | | The seventh Fibonacci number is 13 (odd number), so the result of 'even 13' is false.
| * Update haskell.html.markdown. Wrong explanation about '$' operatorCornel Punga2015-03-16-3/+3
| |
* | Make the two fib functions consistentGeoff Liu2015-03-16-18/+18
|/
* Moved explanation of indexing into a list earlierZach Munro-Cape2015-03-01-3/+3
| | | This way, it is clear what [1..] !! 999 means later on.
* Add example of string-as-list and fix punctuationDevin McGinty2015-02-01-1/+2
|
* Add more information on ranges in HaskellDevin McGinty2015-01-31-1/+9
|
* Fix some inaccuracies in haskell.html.markdownJulien Cretel2014-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.markdownhobozo2014-10-21-2/+2
| | | Corrected terminology: currying -> partial application
* Capitalize language names. See #137Geoffrey Liu2014-10-12-1/+1
|
* [haskell/en] Fixes issue #510Aaron Raimist2014-02-03-1/+1
|
* [haskell/en-en] Fixed 80-character marginSimon Shine2013-12-02-4/+6
|
* TypoMax Goldstein2013-10-23-1/+1
| | | You don't need to credit me.
* Haskell: fix comment out of sync with codeScott Feeney2013-09-20-1/+1
|
* Update haskell.html.markdownXiao Chuan Yu2013-08-12-1/+1
| | | Just a typo. https://github.com/adambard/learnxinyminutes-docs/issues/190
* '/' is a characteri2013-08-08-1/+1
| | | Do you mean no letters?
* Add link to Real World HaskellLubomír Sedlář2013-07-09-2/+3
|
* Update haskell.html.markdownilyagr2013-07-03-5/+5
| | | Minor improvements to polymorphic types
* Edit for line lengthAdam2013-07-03-8/+8
|
* Authors -> ContributorsAdam2013-07-03-2/+2
|
* Merged haskell changes from ilyagrAdam2013-07-03-16/+71
|
* Update haskell.html.markdownilyagr2013-07-03-1/+1
| | | Fixed unmatched parentheses
* Changed 'callsAdam2013-07-02-1/+1
| | | | ' to 'applies' before someone else does
* Added more on folds wrt replacing loopsAdam2013-07-02-1/+14
|
* Fix various "it's" -> "its" for Haskell docelisee2013-07-01-3/+3
|
* Remove mentions of arrayLubomí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/masterAdam Bard2013-06-30-0/+4
|\ | | | | Fix issue #50
| * Fix issue #50noahlz2013-06-29-0/+4
| |
* | Removed filename from haskell tutorial (file is not executable)Adam2013-06-30-1/+0
| |
* | fixing issues listed in "gripes about haskell" (fixes bug #45)Aditya Bhargava2013-06-30-18/+48
| |
* | Added filename parameterAdam2013-06-29-0/+1
| |
* | Added IO to haskell's tutorialDR62013-06-29-1/+26
|/
* Use Csharp syntax highlighting for fsharpAdam2013-06-28-9/+16
|
* fixesAditya Bhargava2013-06-28-38/+30
|
* adding haskellAditya Bhargava2013-06-28-0/+290