8000 use "operators" instead of "infix functions" · purescript/documentation@46cc22a · GitHub
[go: up one dir, main page]

Skip to content

Commit 46cc22a

Browse files
authored
use "operators" instead of "infix functions"
1 parent a3fd7f2 commit 46cc22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

errors/IncorrectAnonymousArgument.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In the case of multiple arguments:
2121
```purescript
2222
add = \a -> (a + _)
2323
```
24-
or in the case of a normal function: Write the function infix using backticks:
24+
or in the case of a normal function: Write the function [as an operator](https://github.com/purescript/documentation/blob/fc4a9db4b128aa3331e5f990cb1860e59077af31/language/Syntax.md#functions-as-operators) using backticks:
2525
```purescript
2626
mapArray = _ `map` [1, 2, 3]
2727
```

0 commit comments

Comments
 (0)
0