language-haskell
language-haskell copied to clipboard
Qualified infix type operator in export list causes issues
In GHC.TypeLits we see
module GHC.TypeLits
( -- ...
, type (N.<=), type (N.<=?), type (N.+), type (N.*), type (N.^), type (N.-)
, type N.Div, type N.Mod, type N.Log2
-- ...
) where
The qualification of the symbolic operators causes an issue:
