packages feed

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

module HexPrec where

(%%) :: Int -> Int -> Int
a %% b = 0

infixl 2 %%