summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/recomp018/B.hs
blob: aa2dfcc38f630f0cfc9328a7b2a01213d0295939 (plain)
1
2
3
4
5
6
module B where

data B a = B a

b :: a -> B a
b = B