As a final step we can replace the composition of concat and map by concatMap . outputList x y = concatMap (($ y) . ($ x)) [ ...
確定! 回上一頁