Commit 32db5d4
committed
Data.ByteString.Short: import members of class Eq and class Ord explicitly
This is in case someone in future actually implements
"The Eq of no (/=)" proposal (haskell/core-libraries-committee#3),
which will make `Eq(..)` not to import `(/=)`.
I'm not aware of any proposals to change the composition of `Ord(..)`
at the moment, but it feels more consistent to make it explicit too.1 parent da6f41a commit 32db5d4
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
233 | 235 | | |
234 | 236 | | |
235 | 237 | | |
| |||
0 commit comments