milewski-ctfp-pdf/errata-scala.md

7 lines
473 B
Markdown
Raw Normal View History

2019-08-29 22:47:03 +03:00
## A list of typos/mistakes that were fixed after the initial printed book release (12 August, 2019).
### 7. Functors
* [3d29cd9](https://github.com/hmemcpy/milewski-ctfp-pdf/commit/3d29cd99f34ce1205ed9a68aeae038d9d47c7145) - Added `LazyList` example, supported since Scala 2.13
2019-09-05 08:53:13 +03:00
* [#210](https://github.com/hmemcpy/milewski-ctfp-pdf/pull/210) - Section 6.4 - `prodToSum` snippet. Explicitly Tupling return type to avoid adapted args warning, which is deprecated behavior