summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc032.hs
blob: 9c43bbb0100d890c5203dcaf3789763bd5476392 (plain)
1
2
3
module ShouldSucceed where

data AList b = Node b [b] | Other (b,Char)