hdiff
packages
feed
haskell-src-exts
-1.24.0: tests/examples/HexPrec.hs
module HexPrec where (%%) :: Int -> Int -> Int a %% b = 0 infixl 0x02 %%