concatMap. concatMap 使用 foldr ,实现懒惰.但是,根据文章,使用长有限列表将构建一个长的未减少的链. concatMap :: Foldable t => (a -> [b]) -> t a ...
確定! 回上一頁