[0.1..1]我发现Haskell 将返回该列表,但我不明白为什么会这样[0.1,1.1]。谁能给我解释一下吗?
[0.1..1]
[0.1,1.1]
haskell list
haskell ×1
list ×1