summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci054.script
blob: 7c17087ece950cfa44e779383ac1184f6e5119e5 (plain)
1
2
3
4
--Testing type synonyms
type Foo = String
let foo = "foo" :: Foo
:t foo