mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-11 13:06:42 +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]
|
lift((a, b) => a * b)([1, 2], [3]); // [3, 6]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Referential Transparency
|
## Referential Transparency
|
||||||
|
|
||||||
> An expression that can be replaced with its value without changing the
|
> An expression that can be replaced with its value without changing the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue