From: simonmar Date: Tue, 12 Dec 2000 16:21:53 +0000 (+0000) Subject: [project @ 2000-12-12 16:21:53 by simonmar] X-Git-Tag: Approximately_9120_patches~3113 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f12359af6ae59e05a19c9e2d847a356c8dcf40be;p=ghc-hetmet.git [project @ 2000-12-12 16:21:53 by simonmar] error message wibble --- diff --git a/ghc/compiler/typecheck/TcBinds.lhs b/ghc/compiler/typecheck/TcBinds.lhs index 3613f57..a11484e 100644 --- a/ghc/compiler/typecheck/TcBinds.lhs +++ b/ghc/compiler/typecheck/TcBinds.lhs @@ -944,7 +944,7 @@ mainTyCheckCtxt ----------------------------------------------- unliftedBindErr flavour mbind - = hang (text flavour <+> ptext SLIT("bindings for unlifted types aren't allowed")) + = hang (text flavour <+> ptext SLIT("bindings for unlifted types aren't allowed:")) 4 (ppr mbind) existentialExplode mbinds