[project @ 1997-09-03 15:33:15 by simonm]
[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{}