Div and Mod type families don't have the same fixities as their term-level counterparts
Commit fa8035e3 added Div
and Mod
type families to GHC.TypeNats
. However, they did not add the corresponding fixities! Currently, we have that both div
and mod
(at the value level) are infixl 7
, so we should adopt the same fixities for the type-level Div
and Mod
as well.
Trac metadata
Trac field | Value |
---|---|
Version | 8.4.1-alpha1 |
Type | Bug |
TypeOfFailure | OtherFailure |
Priority | normal |
Resolution | Unresolved |
Component | libraries/base |
Test case | |
Differential revisions | |
BlockedBy | |
Related | |
Blocking | |
CC | |
Operating system | |
Architecture |