Strange behavior of Haskell arithmetic sequence

后端 未结 0 859
终归单人心
终归单人心 2020-12-18 07:50

With Ghc/Ghci, version 8.8.4, I get this:

[0,2..3] evaluates to [0,2], while [0.0,2..3] evaluates to [0.0,2.0,4.0]

What is going on?

相关标签:
回答
  • 消灭零回复
提交回复
热议问题