[project @ 2000-08-17 11:24:49 by rrt]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail075.stderr
1
2 tcfail075.hs:5:
3     Top-level bindings for unlifted types aren't allowed x = 1#
4
5 tcfail075.hs:12:
6     Couldn't match `#' against `*'
7         Expected kind: #
8         Inferred kind: *
9     When matching types `Int#' and `t'
10         Expected type: Int#
11         Inferred type: t
12
13 tcfail075.hs:15:
14     Couldn't match `#' against `*'
15         Expected kind: #
16         Inferred kind: *
17     When matching types `Int#' and `t'
18         Expected type: Int#
19         Inferred type: t
20
21 tcfail075.hs:17:
22     Couldn't match `#' against `*'
23         Expected kind: #
24         Inferred kind: *
25     When matching types `Int#' and `t'
26         Expected type: Int#
27         Inferred type: t
28
29 Compilation had errors
30