summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T2182ghci.script
blob: 9c9f78781b6e5d19517bbcb6fdf29ce9666fb572 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
"NO"
(\x -> x)

:m +Text.Show.Functions
"YES"
(\x -> x)

:m -Text.Show.Functions
"NO"
(\x -> x)

:load T2182ghci_A
"YES"
(\x -> x)
T

:m -T2182ghci_A
"NO"
(\x -> x)

:load T2182ghci_B
"YES"
(\x -> x)
T

:m -T2182ghci_B
"NO"
(\x -> x)

:load T2182ghci_C
"YES"
(\x -> x)
T

:m -T2182ghci_C
:load T2182ghci_A
:load T2182ghci_B
"YES"
(\x -> x)
T

:m -T2182ghci_A
"YES"
(\x -> x)
T

:m -T2182ghci_B
"NO"
(\x -> x)