摘要: 在前几篇关于Functor和Applilcative typeclass的讨论中我们自定义了一个类型Configure,Configure类型的定义是这样的: 1 case class Configure[+A](get: A) 2 object Configure { 3 implici... 阅读全文
posted @ 2015-10-13 19:53 雪川大虫 阅读(646) 评论(1) 推荐(1)