update format
parent
a71b4669c4
commit
18fb91037c
|
@ -120,7 +120,7 @@ Transformations are represented using function types.
|
|||
|
||||
### Match parameter names
|
||||
|
||||
Some transformations, for example `map` and `filter`, are represented using higher-order functions (functions that accept other functions).
|
||||
Some transformations (for example, `map` and `filter`) are represented using higher-order functions (functions that accept other functions).
|
||||
Each argument passed into a function must match the parameter name defined for the function.
|
||||
|
||||
For example, `filter` accepts `fn`, which takes one argument named `r`:
|
||||
|
|
Loading…
Reference in New Issue