packages feed

ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/AdhocRule.hs

{-# RULES "adhoc1" forall r i. r { rOne = i } = r { rOne = i + 12 } #-}
{-# RULES "adhoc2" forall s. Record { rTwo = s } = Record { rTwo = s ++ s } #-}