Commit Graph

10 Commits

Author SHA1 Message Date
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