It's effectively the same (equivalent?) as (apply concat (map f xs)) . (filter f xs), Return a lazy sequence of each x from xs where (f x) ...
確定! 回上一頁