File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ New features:
11
11
Bugfixes:
12
12
13
13
Other improvements:
14
+ - Documentation: Clarify relationship between ` Ord ` and ` Eq ` (#298 by @JamieBallingall )
14
15
15
16
## [ v6.0.0] ( https://github.com/purescript/purescript-prelude/releases/tag/v6.0.0 ) - 2022-04-27
16
17
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ import Type.Proxy (Proxy(..))
40
40
-- | `Ord` instances should satisfy the laws of total orderings:
41
41
-- |
42
42
-- | - Reflexivity: `a <= a`
43
- -- | - Antisymmetry: if `a <= b` and `b <= a` then `a = b`
43
+ -- | - Antisymmetry: if `a <= b` and `b <= a` then `a == b`
44
44
-- | - Transitivity: if `a <= b` and `b <= c` then `a <= c`
45
45
-- |
46
46
-- | **Note:** The `Number` type is not an entirely law abiding member of this
You can’t perform that action at this time.
0 commit comments