summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/recomp005/C2.hs
blob: 7764ed861bc98cce569e8c6bd1126796696ab30d (plain)
1
2
3
4
5
6
7
{-# LANGUAGE RankNTypes #-}
module C (f, g) where

import A
import B

{-# RULES "f/g"  forall x . f (g x) = x #-}