Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 944 Bytes

recursive-types-and-folds.md

File metadata and controls

16 lines (13 loc) · 944 Bytes
layout title seriesIndexId
series_index
Recursive types and folds
Recursive types and folds

In this series, we'll look at recursive types and how to use them, and on the way, we'll look at catamorphisms, tail recursion, the difference between left and right folds, and more.