Commit Graph

65 Commits

Author SHA1 Message Date
Anton-4
24d4a0c93f
general improvements
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-10-26 16:17:49 +02:00
Salman Shaik
e9d1c2172a Fixed the unqualified vs qualified function calls 2022-10-26 06:00:49 +01:00
Salman Shaik
35fb8df4b0 Fixed typos, added a small note about platforms, changes to summary 2022-10-26 05:00:29 +01:00
Salman Shaik
6625fd480f Added the interface modules and Summary sections. Reorganisation and extra notes amended wherever necessary 2022-10-25 05:09:27 +01:00
Luke Boswell
a68f69b8ab
removed references to other languages for Comments section for tutorial.md 2022-10-19 08:11:26 +11:00
Anton-4
a54fa05fe2
shorten text a bit
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-10-18 11:31:58 +02:00
Luke Boswell
14b3fbce7a
added Comments section for tutorial.md 2022-10-18 20:21:15 +11:00
Luke Boswell
133312bf7c
describe importing application modules in Tutorial docs 2022-10-14 07:19:22 +11:00
Richard Feldman
d5e4164f48
Expect docs 2022-10-10 11:32:38 -04:00
Anton-4
dacf542942
Merge branch 'main' of github.com:roc-lang/roc into simplify_examples 2022-10-04 15:01:25 +02:00
Richard Feldman
e5c5be62d8
Explain booleans more in tutorial 2022-10-03 00:55:14 -04:00
Richard Feldman
7f4fd015b5
Use Bool.true and Bool.false in tutorial 2022-10-02 18:46:13 -04:00
Anton-4
735d4c13bb
Merge branch 'main' into simplify_examples
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-09-28 11:54:44 +02:00
Anton-4
0ddc69e066
Merge branch 'main' of github.com:roc-lang/roc into simplify_examples 2022-09-24 16:49:50 +02:00
Matthieu Pizenberg
d3752ba375
Update programs with Program.quick in the tutorial 2022-09-23 15:43:44 +02:00
Brian Carroll
e4653b8b4d
Update TUTORIAL.md
Signed-off-by: Brian Carroll <brian.carroll.ireland@gmail.com>
2022-09-20 22:46:24 +01:00
Jan Van Bruggen
527f39b8f2
Move Roc CLI testing examples to crates/ 2022-09-11 22:32:15 -06: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
60e8634737
Remove superfluous heading 2022-09-09 01:12:30 -06:00
Jan Van Bruggen
3219178003
Ensure only one h1 per .md file
See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md025
2022-09-07 23:27:18 -06:00
Jan Van Bruggen
26a1abfea8
Add blank lines around lists
See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md032
2022-09-07 23:18:03 -06:00
Jan Van Bruggen
e3071a22b0
Add blank lines around headings
See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md022
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
Bjørn Madsen
d1690a9a3c
Fix typo
Signed-off-by: Bjørn Madsen <bm@aeons.dk>
2022-09-06 10:18:49 +02:00
Richard Feldman
c922a08856
Tutorial edit until #3906 is fixed (then revert!)
This commit should be reverted once #3906 is fixed.
2022-08-27 21:01:18 -04:00
Rod
a39d85e4e3
Fix the installation link
Signed-off-by: Rod <randomer@users.noreply.github.com>
2022-08-15 12:13:04 +03:00
Richard Feldman
16e950645f
Merge pull request #3716 from ostcar/fix_tutorial
Fix Tutorial
2022-08-12 19:55:07 -04:00
Richard Feldman
97e2900bf5
s/rtfeldman/roc-lang/g in links to GitHub repos 2022-08-12 15:24:09 -04:00
Oskar Hahn
0faf7b4854
Fix Tutorial
The packages defintion needs a file and not a directory.

See also #3249
2022-08-06 23:25:46 +02:00
Hashi364
c57cb18cf7
addWithStringfy -> addAndStringfy
`addWithStringfy` don't appear anywhere else in the document
2022-06-03 20:26:16 -03: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
Jared Cone
c055d2536a
Added typed, hexadecimal, and binary literals to tutorial. 2022-04-24 15:15:25 -07:00
Oskar Hahn
43a6b5ca5a Fix tutorial
The example package was moved from
`example/cli/platform` to `example/interactive/cli-platform` in

https://github.com/rtfeldman/roc/pull/2470
2022-04-24 11:15:03 +02: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
zimt28
eb6f50a1c8
Fix U16 range 2022-03-22 11:34:48 +01:00
elliotwaite
817ade6b52 Fix typos in intro material 2022-03-19 18:46:26 -07:00
Richard Feldman
2d0d2b8376
Use outdented delimiters in roc-for-elm-programmers 2022-02-28 20:10:59 -05:00
Anton-4
01a3b3fea8
link to "getting started" in tutorial
The tutorial is mentioned before the "getting started" header which can lead to people not knowing how to install stuff :p
2022-02-23 16:04:09 +01:00
Jan Van Bruggen
3910680160
Fix some extra-space typos 2022-02-18 02:54:34 -07:00
Richard Feldman
9bbf98eb8e Explain field accessors in the tutorial 2022-01-09 13:11:44 -05:00
Jan Van Bruggen
48d9c0c66a Fix potential typo 2022-01-08 20:33:28 -07:00
Richard Feldman
737460a86f Clarify record type variables 2022-01-08 22:23:36 -05:00
Richard Feldman
19d8f08e63 Explain multiple payload values for tags 2022-01-08 22:05:33 -05:00
Anton-4
c910359fc1
typo 2022-01-08 14:42:54 +01:00
Richard Feldman
2b5862067b fix typo 2022-01-07 22:20:53 -05:00
Richard Feldman
97cbba2eb6 Add Num, Int, Frac sections 2022-01-07 20:50:10 -05:00
Richard Feldman
6fd9736886 Update numeric types 2022-01-07 19:48:43 -05:00