gpt4 book ai didi

Haskell 类 Num 不包含在 Ord 中?

转载 作者:行者123 更新时间:2023-12-03 11:40:18 24 4
gpt4 key购买 nike

我正在阅读 LYAH并读到 Num 类不是 Ord 的子集。这意味着有一个 Num 类型不是 Ord 的成员,什么可以构成这样的类型?

Note: Num is not a subclass of Ord. That means that what constitutes for a number doesn't really have to adhere to an ordering. So that's why we have to specify both the Num and Ord class constraints when doing addition or subtraction and also comparison.



谢谢!

最佳答案

Complex number (Data.Complex.Complex) 是一个例子,它是一个数字 (Num) 但不能排序(不是 Ord)。

关于Haskell 类 Num 不包含在 Ord 中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9824671/

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