可能重复: haskell-problem:io string - > [int]
我如何将Haskell IO列表转换为普通列表?
IO [value] -> [value]
有没有内置功能来做到这一点?
haskell
haskell ×1