0f75dffc949c9098b2a46e0b204cd9dae366aa8f
[ghc-hetmet.git] / ghc / tests / programs / barton-mangler-bug / Bug.hs
1 module Bug where
2
3 data Eq a => Foo a = Foo { x :: a }
4
5 foo :: Foo Int
6 foo = Foo{}