ghc-exactprint-1.3.0: tests/examples/ghc92/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 } #-}
{-# RULES "adhoc1" forall r i. r { rOne = i } = r { rOne = i + 12 } #-}
{-# RULES "adhoc2" forall s. Record { rTwo = s } = Record { rTwo = s ++ s } #-}