summaryrefslogtreecommitdiffhomepage
path: root/purescript.html.markdown
Commit message (Collapse)AuthorAgeLines
* Remove leading and trailing empty lines in code blocksBoris Verkhovskiy2024-04-06-2/+0
|
* Fixes typos in many different English articlesMarcel Ribeiro-Dantas2022-12-10-2/+2
| | | | Signed-off-by: Marcel Ribeiro-Dantas <mribeirodantas@seqera.io>
* Fix capitalization of PureScript (#4183)Adrian Sieber2022-01-04-1/+1
|
* Update various examplesEmiel van de Laar2021-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-arraysEmiel van de Laar2021-03-22-2/+2
|
* PureScript no longer emits the "Prim." prefixEmiel van de Laar2021-03-22-2/+2
|
* Replace PSCi multi-line mode with paste modeEmiel van de Laar2021-03-22-3/+4
| | | | * Multi-line mode has been replaced with past mode
* Fixup URLsEmiel van de Laar2021-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 JavaScriptEmiel van de Laar2021-03-22-4/+4
|
* Fix purescript array of ints/numbersAnıl Anar2018-10-03-1/+2
| | | Fixes #2026.
* Add filename(#2832)Pratik Karki2017-08-25-0/+1
|
* 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