summaryrefslogtreecommitdiff
path: root/testdata/typesyn.lc
blob: 3abe9d928746ce963ac1da37bc5b01069f64327a (plain)
1
2
3
4
5
6
7
8
9
10
--{-# LANGUAGE TraceTypeCheck #-}

type B = Bool

type F a b = (a, b)

main = (True :: B) && fst ((True, 'c') :: F Bool Char)