summaryrefslogtreecommitdiffhomepage
path: root/purescript.html.markdown
Commit message (Collapse)AuthorAgeLines
* Updating the PureScript string concatenation eg. (#2686)Kris Jenkins2017-03-20-1/+1
| | | | | | | | | | | | | | | | | | | | | https://github.com/purescript/purescript/wiki/Differences-from-Haskell ...says: > Since 0.9.1, the Prelude library does not contain (++) as a second alias for append / (<>) (mappend in Haskell) anymore. So: ``` -- Concatenate "such " ++ "amaze" -- "such amaze" ``` ...should read: ``` -- Concatenate "such " <> "amaze" -- "such amaze" ```
* Random -> Safeven2016-12-14-1/+1
|
* [purescript/en] comparisions -> comparisonsJacob Ward2016-02-27-3/+2
|
* spelling/typoNigel Thorne2016-02-26-1/+1
|
* readded haskell syntax highlighting, added line about running examples in ↵thimoteus2015-10-13-95/+98
| | | | psci, removed >'s
* updated purescript example for compiler version >= 0.7.4.1thimoteus2015-10-12-103/+116
|
* removing whitespace all overGabriel Halley2015-10-07-6/+6
|
* Learn Purescript in Y minutesFredrik Dyrkell2014-08-31-0/+195