Merge branch 'main' into improve-result-chaining-doc

This commit is contained in:
Sam Mohr 2024-08-01 08:49:22 -06:00 committed by GitHub
commit 48bdc86722
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,7 +110,7 @@ Here's a code sample that shows a few different aspects of Roc:
- File I/O and HTTP requests
- Pattern matching for error handling
- JSON deserialization via type inference
- Common syntax sugar: string interpolation, pipelines, and backpassing
- Common syntax sugar: pipelines, the `!` operator, and string interpolation
The [tutorial](/tutorial) introduces these gradually and in more depth, but this gives a brief overview.