mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-06 02:26:43 +00:00
Fixed missing hr
This commit is contained in:
parent
f0c1e46d1f
commit
29ed5185bb
1 changed files with 2 additions and 0 deletions
|
|
@ -175,6 +175,8 @@ lift(n => n * 2)([2,3,4]); // [4,6,8]
|
|||
lift((a, b) => a * b)([1, 2], [3]); // [3, 6]
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Referential Transparency
|
||||
|
||||
> An expression that can be replaced with its value without changing the
|
||||
|
|
|
|||
Loading…
Reference in a new issue