We can now tell a Par<List<Int>> that we'd like that list sorted. ... we can map any function over a Par: fun <A, B> map(pa: Par<A>, f: (A) -> B): Par<B> ...
確定! 回上一頁