Add fx to ErrorType

This commit is contained in:
Agus Zubiaga 2024-10-17 22:59:44 -03:00
parent 8a65617704
commit 6533e9084d
No known key found for this signature in database
6 changed files with 66 additions and 30 deletions

View file

@ -5419,9 +5419,9 @@ mod test_reporting {
6 2 -> 2
^^
Looks like you are trying to define a function.
Looks like you are trying to define a function.
In Roc, functions are always written as a lambda, like
In Roc, functions are always written as a lambda, like
increment = \n -> n + 1
"#