xxleyi / learning_list

聚集自己的学习笔记
10 stars 3 forks source link

6.2 Functors in programming #309

Open xxleyi opened 3 years ago

xxleyi commented 3 years ago

image image

Functors are containers.

List is a container Maybe is also a container Bool is a container Reader r is also a container

Data is Function Function is Function