gpt4 book ai didi

haskell - 为什么如果我添加空格,这个 Haskell 代码就会变得无效?

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

抱歉,可能是个菜鸟问题。

我得到了这个:

Prelude> all (\x -> x==1) ([n | n <- [1..20]])
False
Prelude> all (\x -> x == 1) ([n | n <- [1..20]])

<interactive>:17:44:
parse error (possibly incorrect indentation or mismatched brackets)
Prelude>

x==1 有效,但如果我将其更改为 x == 1 它就不起作用。但这是为什么呢?例如。 1 == 1 似乎工作正常。

编译器版本:

$ ghci --version
The Glorious Glasgow Haskell Compilation System, version 7.6.3

添加了截图作为证明;很难看到,但您可以看到输入行不包含任何奇怪的内容。

enter image description here

最佳答案

事实证明这种行为只发生在 Sublime Haskell REPL 插件中。我已为此提交了一张罚单。

关于haskell - 为什么如果我添加空格,这个 Haskell 代码就会变得无效?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25084773/

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