Fixed missing hr

This commit is contained in:
Jethro Larson 2016-01-18 19:07:21 -08:00
parent f0c1e46d1f
commit 29ed5185bb

View file

@ -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