[project @ 1997-09-03 23:31:30 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail068.stderr
1  
2 tcfail068.hs:4:
3     Conflicting definitions for: `Just'
4         Imported from Prelude at tcfail068.hs:4
5         Defined at tcfail068.hs:68
6  
7 tcfail068.hs:4:
8     Conflicting definitions for: `Nothing'
9         Imported from Prelude at tcfail068.hs:4
10         Defined at tcfail068.hs:70
11  
12 tcfail068.hs:4:
13     Conflicting definitions for: `Maybe'
14         Imported from Prelude at tcfail068.hs:4
15         Defined at tcfail068.hs:68
16  
17 tcfail068.hs:19: Value not in scope: `returnStrictlyST'
18  
19 tcfail068.hs:19: Value not in scope: `seqStrictlyST'
20  
21 tcfail068.hs:21: Value not in scope: `thenStrictlyST'
22  
23 tcfail068.hs:26: Value not in scope: `returnStrictlyST'
24  
25 tcfail068.hs:26: Value not in scope: `seqStrictlyST'
26  
27 tcfail068.hs:29: Value not in scope: `returnStrictlyST'
28  
29 tcfail068.hs:30: Value not in scope: `seqStrictlyST'
30  
31 tcfail068.hs:29: Value not in scope: `thenStrictlyST'
32  
33 tcfail068.hs:38: Value not in scope: `returnStrictlyST'
34  
35 tcfail068.hs:38: Value not in scope: `thenStrictlyST'
36  
37 tcfail068.hs:41: Value not in scope: `returnStrictlyST'
38  
39 tcfail068.hs:42: Value not in scope: `seqStrictlyST'
40  
41 tcfail068.hs:41: Value not in scope: `thenStrictlyST'
42
43
44 Compilation had errors