summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/ExpandSynsFail1.hs
blob: 7317371e8eb2604bf1b773085f36ef34aa43c09c (plain)
1
2
3
4
type Foo = Int
type Bar = Bool

main = print $ (1 :: Foo) == (False :: Bar)