File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ New features:
1111Bugfixes:
1212
1313Other improvements:
14+ - Documentation: Clarify relationship between ` Ord ` and ` Eq ` (#298 by @JamieBallingall )
1415
1516## [ v6.0.0] ( https://github.com/purescript/purescript-prelude/releases/tag/v6.0.0 ) - 2022-04-27
1617
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ import Type.Proxy (Proxy(..))
4040-- | `Ord` instances should satisfy the laws of total orderings:
4141-- |
4242-- | - 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`
4444-- | - Transitivity: if `a <= b` and `b <= c` then `a <= c`
4545-- |
4646-- | **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