Commit Graph

45 Commits

Author SHA1 Message Date
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
Richard Feldman
0343727ae8 Revise roc-for-elm-programmers a bit. 2019-12-15 23:42:38 -05:00
Chad Stearns
874e747752 Fixed two typos in various docs 2019-12-03 20:44:41 -05:00
Richard Feldman
4dc3be968e Clarify recursive type aliases. 2019-12-01 15:48:47 -05:00
Richard Feldman
f7df4caebc Code formatting on desugaring table 2019-12-01 15:37:16 -05:00
Richard Feldman
27a0457381
Fix typo 2019-12-01 15:08:10 -05:00
Richard Feldman
a1440488fd Revert table formatting. GitHub renders it weird. 2019-12-01 11:20:06 -05:00
Richard Feldman
d6c2c17644 Various small edits to roc-for-elm-programmers.md 2019-12-01 11:17:04 -05:00
Richard Feldman
83c8958f01 Add a section on tab application 2019-12-01 10:26:24 -05:00
Richard Feldman
ea0377de04 Add operator desugaring table 2019-12-01 10:21:22 -05:00
Richard Feldman
04fa514870 Add a section on the stdlib 2019-12-01 10:13:20 -05:00
Richard Feldman
26024e7998 Update some Str documentation 2019-12-01 10:12:59 -05:00
Richard Feldman
8bd186ba9c Add a section expalining case-expressions 2019-12-01 09:32:12 -05:00
Richard Feldman
af35eeeced Add roc-for-elm-programmers.md 2019-11-30 23:55:49 -05:00