summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T21294a.script
blob: e4a91a5d83f6a5bbd1c5fd6daf7862cdb7b70902 (plain)
1
2
3
4
5
type L0 = []
:i L0

type L1 a = [a]
:i L1