摘要: Functor是范畴学(Category theory)里的概念。不过无须担心,我们在scala FP编程里并不需要先掌握范畴学知识的。在scalaz里,Functor就是一个普通的typeclass,具备map over特性。我的理解中,Functor的主要用途是在FP过程中更新包嵌在容器(高阶... 阅读全文
posted @ 2015-09-26 12:38 雪川大虫 阅读(1432) 评论(0) 推荐(1)