summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T11547.script
blob: c4c15d6f78d9dc120db1abe10b5ea9d22863bdf8 (plain)
1
2
3
4
5
6
7
8
9
foo = foo
:t Ghci1.foo
foo = foo
:t Ghci2.foo
:t Ghci1.foo
data Foo = Foo | Bar
data Foo = Bar
:t Foo
:t Ghci3.Bar