summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc030.hs
blob: 004bc226d1ff29c3da0d869601ae9a5e508b37de (plain)
1
2
3
4
5
module ShouldSucceed where

type H = [Bool]

type G = (H,Char)