Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 141 Bytes

25-empty-functor.md

File metadata and controls

7 lines (5 loc) · 141 Bytes

Exercise 25

data Empty = Empty | Node EmptyTree EmptyTree

The tree above is a fixed point of a functor. Find the functor.