Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix capitalization of PureScript (#4183) | Adrian Sieber | 2022-01-04 | -1/+1 |
| | ||||
* | Update various examples | Emiel van de Laar | 2021-03-22 | -45/+43 |
| | | | | | | * `let` no longer required in PSCi * Properly emit output, `(Just 1)` vs `Just (1)` * Remove `sumTwo` as it is too convoluted of an example | |||
* | Cons (:) requires purescript-arrays | Emiel van de Laar | 2021-03-22 | -2/+2 |
| | ||||
* | PureScript no longer emits the "Prim." prefix | Emiel van de Laar | 2021-03-22 | -2/+2 |
| | ||||
* | Replace PSCi multi-line mode with paste mode | Emiel van de Laar | 2021-03-22 | -3/+4 |
| | | | | * Multi-line mode has been replaced with past mode | |||
* | Fixup URLs | Emiel van de Laar | 2021-03-22 | -3/+3 |
| | | | | | | * Prefer https over http * The community has taken over the book by Phil Freeman and is now available under the purescript.org domain. | |||
* | Proper capitalization of JavaScript | Emiel van de Laar | 2021-03-22 | -4/+4 |
| | ||||
* | Fix purescript array of ints/numbers | Anıl Anar | 2018-10-03 | -1/+2 |
| | | | Fixes #2026. | |||
* | Add filename(#2832) | Pratik Karki | 2017-08-25 | -0/+1 |
| | ||||
* | 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 |