summaryrefslogtreecommitdiff
path: root/testsuite/tests/programs/barton-mangler-bug/Bug.hs
blob: 0f75dffc949c9098b2a46e0b204cd9dae366aa8f (plain)
1
2
3
4
5
6
module Bug where

data Eq a => Foo a = Foo { x :: a }

foo :: Foo Int
foo = Foo{}