gpt4 book ai didi

haskell - Shelly:将字符串转换为 Shelly 文件路径

转载 作者:行者123 更新时间:2023-12-02 00:00:29 26 4
gpt4 key购买 nike

我需要执行 cp_r来自 Shelly 的函数将 a 复制到 b 的库。

但是,

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 在我所知道的任何平台上被定义为 String)作为 cp_r 的参数?

注意:这个问题有意不显示任何研究成果,因为它是以问答方式回答的。

最佳答案

我同意@Uli Kohler 的观点——下面是这种用法的一个例子:

https://github.com/haroldcarr/make-mp3-copies/blob/master/MakeMP3Copies.hs

关于haskell - Shelly:将字符串转换为 Shelly 文件路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21715781/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com