Merge branch 'main' into auto-snake-case

This commit is contained in:
Sam Mohr 2025-01-08 01:51:12 -08:00
commit 8e5d875604
No known key found for this signature in database
GPG key ID: EA41D161A3C1BC99
74 changed files with 368 additions and 3022 deletions

View file

@ -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! ->
^^^