summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc029.hs
blob: c44b78f79f1fc3ae1b588589aee90e67f395d2d7 (plain)
1
2
3
4
5
6
module ShouldSucceed where

type G = [Int]

data K = H Bool | M G