Commit Graph

75 Commits

Author SHA1 Message Date
David Dunn
fec46a9566
Clarify case convention for acronyms 2023-02-02 23:02:06 +04:00
Richard Feldman
0f0b57b689
Add testing section to roc-for-elm-programmers 2022-12-08 06:09:53 -05:00
Richard Feldman
747fbaab71
Revise roc-for-elm-programmers re: dbg and crash 2022-12-08 06:09:01 -05:00
Richard Feldman
4276345c7a
Delete TUTORIAL.md in favor of HTML version 2022-11-24 16:06:37 -05:00
Richard Feldman
0ae1d023e0
Update roc-for-elm-programmers about booleans 2022-10-03 00:55:36 -04:00
Jan Van Bruggen
8bbfd68621
Add language to all fenced code blocks
See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md040
2022-09-09 01:12:31 -06:00
Jan Van Bruggen
9cf7bdcccf
Use dashes for list markers
See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md004
2022-09-09 01:12:31 -06:00
Jan Van Bruggen
c45db47cad
Replace emphasis underscores with asterisks
See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md049
2022-09-07 23:18:03 -06:00
Jan Van Bruggen
6229eb54ca
Add blank lines around fenced code blocks
See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md031
2022-09-07 23:18:03 -06:00
Richard Feldman
fc7705f7be
Update roc-for-elm-programmers.md 2022-08-16 10:17:32 -04:00
Richard Feldman
9ecc304d25
Revert "Add a section about constants in patterns"
This reverts commit ed27885391b4ed686dc615872fbff77f8122a358.
2022-08-15 22:25:12 -04:00
Richard Feldman
77d9cef014
Add a section about constants in patterns
(This isn't actually implemented currently.)
2022-08-15 22:25:11 -04:00
Richard Feldman
47f5015fdf
Update TUTORIAL and roc-for-elm-programmers
Changed formatting to remove spaces inside square braces
2022-05-22 18:33:34 -04:00
Richard Feldman
470dddc17b
Revise roc-for-elm-programmers.md 2022-04-25 17:04:34 -04:00
Ayaz Hafiz
3fd345e99d
Switch private tags to opaque types in docs 2022-04-25 12:18:46 -04:00
Richard Feldman
082fde976a
Merge branch 'trunk' into sqrt-unchecked 2022-04-20 08:19:34 -04:00
Kevin Gillette
9ed4ca9739
remove Num.mod and Num.modUnchecked 2022-04-18 13:54:40 -06:00
Kevin Gillette
6a3fd3a607
rename divFloor to divTrunc 2022-04-18 02:33:31 -06:00
Kevin Gillette
2c4a83788c
Rename internal NUM_DIV_INT references to NUM_DIV_FLOOR.
This balances with NUM_DIV_CEIL
(which is another form of integer division).
2022-04-13 02:48:57 -06:00
elliotwaite
817ade6b52 Fix typos in intro material 2022-03-19 18:46:26 -07:00
Richard Feldman
737acd2ace
Delete some obsolete sections of roc-for-elm-programmers
First-class Opaque Types and Abilities both change these.
I'll revise these sections after Abilities land in `trunk`.
2022-02-28 20:11:15 -05:00
Richard Feldman
2d0d2b8376
Use outdented delimiters in roc-for-elm-programmers 2022-02-28 20:10:59 -05:00
ayazhafiz
e03592930f Typecheck numeric literals with suffixes in expressions
Part of #2350
2022-02-01 22:49:50 -05:00
Matthias Devlamynck
600eaf32aa Fix small typos in docs 2021-12-02 12:33:17 +01:00
MartinSStewart
46499e4419
Fixed "map literal" used instead of "dict literal" 2021-11-17 20:56:32 +01:00
Kevin Sjöberg
f6d055dc62 Correct minor spelling mistakes 2021-11-06 15:29:08 +01:00
Martin Janiczek
6a5d368cc4 Fix a copypaste typo in roc-for-elm-programmers.md 2021-11-05 21:48:36 +01:00
Viktor Fröberg
97f1cf3214
Fixed some typos 2021-10-26 20:42:57 +02:00
Folkert
e805e63db6 typos 2021-07-30 16:54:22 +02:00
Richard Feldman
2b2b6e3ddd Update some more docs 2021-06-04 21:27:26 -04:00
Tarjei Skjærset
7a878493bd
Remove typo from Elm guide
This part confused me when reading through the guide, but now it makes senes.

Not sure if the flow of the text makes sense now though, as this same example is repeated twice in a row:

```elm
{ name : Str, email : Str }* -> Str
```
2021-05-12 09:29:04 +02:00
Richard Feldman
8c981d8737 Add a note about single quote syntax 2021-05-02 12:15:07 -04:00
Richard Feldman
e95c3ed80f Add note to docs about if-guards 2021-04-29 19:24:15 -04:00
Richard Feldman
912bd50c8e Update roc-for-elm-programmers 2021-03-16 22:27:58 -04:00
Richard Feldman
04fd04dc42
Fix some things in roc-for-elm-programmers.md 2021-02-17 23:11:56 -05:00
Richard Feldman
39a7a0e9d9 Revise roc-for-elm-programmers.md 2020-12-31 23:41:50 -05:00
Stefan Ladwig
c79f491d9b
fix: small typo 2020-09-21 20:33:25 +02:00
Aksel Wester
21052ae5f2
Fix typos in Roc for Elm programmers 2020-09-06 19:24:04 +02:00
Richard Feldman
46af97cd74 Finish explanation of tags 2020-08-26 23:43:59 -04:00
Richard Feldman
771570bc3c Update more docs 2020-08-15 10:01:11 -04:00
Richard Feldman
a231950c3a Revise map/set literal docs 2020-08-14 09:46:06 -04:00
Richard Feldman
14862d4b25 Revise function equality docs to discuss ' 2020-08-14 09:46:06 -04:00
Richard Feldman
41a8875a4c Update some docs 2020-08-03 18:50:50 -04:00
Richard Feldman
b91359e4c7 Initial pass at arena_pool 2020-08-01 15:42:22 -04:00
Richard Feldman
55045e1cea Fix some tests and docs 2020-06-25 22:11:46 -04:00
Richard Feldman
88990c8711 Move Int and Float modules into Num 2020-06-22 23:25:38 -04:00
Richard Feldman
0c2c622531 Remove all the => and roc/collections stuff. 2020-05-11 23:43:20 -04:00
Richard Feldman
d38f5b6044 Update roc-for-elm-programmers.md 2020-05-11 23:39:52 -04:00
Richard Feldman
5f66022067
Merge branch 'trunk' into fix-quantity-example 2020-03-29 22:19:23 -04:00
Ian Mackenzie
9e16f1e965 Fix Quantity example in Elm comparison doc 2020-03-28 12:28:40 -04:00