Commit Graph

18 Commits

Author SHA1 Message Date
Marcel Ribeiro-Dantas
bba9f7df21
Fixes typos in many different English articles
Signed-off-by: Marcel Ribeiro-Dantas <mribeirodantas@seqera.io>
2022-12-10 12:05:34 -03:00
Adrian Sieber
4a7b5fa3b6
Fix capitalization of PureScript (#4183) 2022-01-04 00:10:24 +08:00
Emiel van de Laar
45281224fa Update various examples
* `let` no longer required in PSCi
* Properly emit output, `(Just 1)` vs `Just (1)`
* Remove `sumTwo` as it is too convoluted of an example
2021-03-22 17:49:10 +01:00
Emiel van de Laar
94704901df Cons (:) requires purescript-arrays 2021-03-22 17:47:52 +01:00
Emiel van de Laar
4a5efbf231 PureScript no longer emits the "Prim." prefix 2021-03-22 17:44:45 +01:00
Emiel van de Laar
c33652a41d Replace PSCi multi-line mode with paste mode
* Multi-line mode has been replaced with past mode
2021-03-22 17:36:30 +01:00
Emiel van de Laar
86e220bd90 Fixup URLs
* Prefer https over http
 * The community has taken over the book by Phil Freeman and is now
   available under the purescript.org domain.
2021-03-22 12:04:03 +01:00
Emiel van de Laar
d8fd777ece Proper capitalization of JavaScript 2021-03-22 12:01:34 +01:00
Anıl Anar
2d1461d27f
Fix purescript array of ints/numbers
Fixes #2026.
2018-10-03 15:21:23 +02:00
Pratik Karki
9a32aeaa88 Add filename(#2832) 2017-08-25 14:01:44 +05:45
Kris Jenkins
b37867fe6e Updating the PureScript string concatenation eg. (#2686)
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"
```
2017-03-20 17:20:21 +01:00
ven
a70f8469c4 Random -> Safe 2016-12-14 19:59:16 +01:00
Jacob Ward
952a7da82a [purescript/en] comparisions -> comparisons 2016-02-27 15:38:22 -07:00
Nigel Thorne
38d92105b2 spelling/typo 2016-02-26 09:30:35 +11:00
thimoteus
c2f15ffd87 readded haskell syntax highlighting, added line about running examples in psci, removed >'s 2015-10-13 01:25:56 -07:00
thimoteus
e44d7d47ec updated purescript example for compiler version >= 0.7.4.1 2015-10-12 16:18:22 -07:00
Gabriel Halley
960ee4a185 removing whitespace all over 2015-10-07 23:11:24 -04:00
Fredrik Dyrkell
199e2e8726 Learn Purescript in Y minutes 2014-08-31 23:26:56 +02:00