packages feed

haskell-src-exts-1.15.0.1: tests/examples/HexPrec.hs.prettyprinter.golden

module HexPrec where
 
(%%) :: Int -> Int -> Int
a %% b = 0
 
infixl 2 %%