summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci040.script
blob: cecb6842d6bbe7cdd67dbcb7acec655b8329ad46 (plain)
1
2
3
4
--Testing type and constructor shadowing
data T = A | B
data T = B | C
:i A