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
Richard Feldman
8d4331f903
Merge remote-tracking branch 'origin/trunk' into array-wrappers
2020-03-13 22:20:35 -04:00
Richard Feldman
8c43c66aa3
Remove Sort from roc-for-elm-programmers.md
2020-03-13 22:15:02 -04:00
Richard Feldman
3ecbe0325c
Plain number literals (e.g. 5
) are now Num *
2020-03-10 22:27:13 -04:00
Richard Feldman
89a679e9f4
Minor docs clarification
2020-02-28 21:56:11 -05:00
Richard Feldman
e08ce1d97e
Use inlined Symbol
2020-01-27 00:01:20 -05:00
Richard Feldman
ae62ae2202
Revise roc-for-elm-programmers.md
2020-01-15 23:07:57 -05:00
Richard Feldman
888be4a800
Rewrite the docs about phantom values.
2020-01-11 14:59:06 -05:00
Richard Feldman
3edaff560a
Add phantom values to roc-for-elm-programmers.md
2020-01-08 20:56:10 -05:00
Richard Feldman
cdd1615fdf
Update roc-for-elm-programmers
2020-01-05 00:36:49 -05:00
Richard Feldman
297c9f567a
Fix a doc error
2020-01-05 00:02:44 -05:00
Richard Feldman
a0bf4d829d
Comma-separated args in roc-for-elm-programmers
2019-12-18 21:16:40 -05:00
Richard Feldman
273243a58b
Use when...is in roc-for-elm-programmers
2019-12-18 07:49:51 -05:00