Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Updating the PureScript string concatenation eg. (#2686) | Kris Jenkins | 2017-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 -> Safe | ven | 2016-12-14 | -1/+1 |
| | ||||
* | [purescript/en] comparisions -> comparisons | Jacob Ward | 2016-02-27 | -3/+2 |
| | ||||
* | spelling/typo | Nigel Thorne | 2016-02-26 | -1/+1 |
| | ||||
* | readded haskell syntax highlighting, added line about running examples in ↵ | thimoteus | 2015-10-13 | -95/+98 |
| | | | | psci, removed >'s | |||
* | updated purescript example for compiler version >= 0.7.4.1 | thimoteus | 2015-10-12 | -103/+116 |
| | ||||
* | removing whitespace all over | Gabriel Halley | 2015-10-07 | -6/+6 |
| | ||||
* | Learn Purescript in Y minutes | Fredrik Dyrkell | 2014-08-31 | -0/+195 |