然而,
import Shelly
main = do cp_r "a" "b"
产量
Couldn't match expected type `Shelly.FilePath'
with actual type `[Char]'
In the first argument of `cp_r', namely `"a"'
In the expression: cp_r "a" "b"
In an equation for `it': it = cp_r "a" "b"
对于 的第一个和第二个参数cp_r
。
我如何使用String
(FilePath
在我知道的任何平台上定义为字符串)作为参数cp_r
?
注意:这个问题故意不显示任何研究工作,因为它是问答式回答的。