mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Add fx to ErrorType
This commit is contained in:
parent
8a65617704
commit
6533e9084d
6 changed files with 66 additions and 30 deletions
|
@ -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
|
||||
"#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue