mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
Merge branch 'main' into auto-snake-case
This commit is contained in:
commit
8e5d875604
74 changed files with 368 additions and 3022 deletions
|
@ -15669,7 +15669,7 @@ All branches in an `if` must have the same type!
|
|||
@r"
|
||||
── MISSING EXCLAMATION in /code/proj/Main.roc ──────────────────────────────────
|
||||
|
||||
This is an effectful function, but its name does not indicate so:
|
||||
This function is effectful, but its name does not indicate so:
|
||||
|
||||
10│ for_each! = \l, f ->
|
||||
^
|
||||
|
@ -15706,7 +15706,7 @@ All branches in an `if` must have the same type!
|
|||
@r"
|
||||
── UNNECESSARY EXCLAMATION in /code/proj/Main.roc ──────────────────────────────
|
||||
|
||||
This is a pure function, but its name suggests otherwise:
|
||||
This function is pure, but its name suggests otherwise:
|
||||
|
||||
12│ map_ok = \result, fn! ->
|
||||
^^^
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue