summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T8221b.hs
blob: ef396cf0d98bbba27bc1f9e8544c74c6f5cab980 (plain)
1
2
3
module T8221b where

data Link a = Link a !(Link a)