[project @ 1997-05-26 05:42:53 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_fail / tcfail068.stderr
1  
2 tcfail068.hs:4:
3     Conflicting definitions for: `Just'
4         Defined at tcfail068.hs:68
5         Imported from Prelude at tcfail068.hs:4
6  
7 tcfail068.hs:4:
8     Conflicting definitions for: `Nothing'
9         Defined at tcfail068.hs:70
10         Imported from Prelude at tcfail068.hs:4
11  
12 tcfail068.hs:4:
13     Conflicting definitions for: `Maybe'
14         Defined at tcfail068.hs:68
15         Imported from Prelude at tcfail068.hs:4
16  
17 tcfail068.hs:14:
18     Value not in scope: `runST'
19  
20 tcfail068.hs:21:
21     Value not in scope: `runST'
22  
23 tcfail068.hs:19:
24     Value not in scope: `returnStrictlyST'
25  
26 tcfail068.hs:19:
27     Value not in scope: `seqStrictlyST'
28  
29 tcfail068.hs:21:
30     Value not in scope: `thenStrictlyST'
31  
32 tcfail068.hs:26:
33     Value not in scope: `returnStrictlyST'
34  
35 tcfail068.hs:26:
36     Value not in scope: `seqStrictlyST'
37  
38 tcfail068.hs:29:
39     Value not in scope: `returnStrictlyST'
40  
41 tcfail068.hs:30:
42     Value not in scope: `seqStrictlyST'
43  
44 tcfail068.hs:29:
45     Value not in scope: `thenStrictlyST'
46  
47 tcfail068.hs:32:
48     Value not in scope: `runST'
49  
50 tcfail068.hs:38:
51     Value not in scope: `returnStrictlyST'
52  
53 tcfail068.hs:38:
54     Value not in scope: `thenStrictlyST'
55  
56 tcfail068.hs:41:
57     Value not in scope: `returnStrictlyST'
58  
59 tcfail068.hs:42:
60     Value not in scope: `seqStrictlyST'
61  
62 tcfail068.hs:41:
63     Value not in scope: `thenStrictlyST'
64  
65 tcfail068.hs:45:
66     Value not in scope: `runST'
67
68
69 Compilation had errors