From f12359af6ae59e05a19c9e2d847a356c8dcf40be Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 12 Dec 2000 16:21:53 +0000 Subject: [PATCH] [project @ 2000-12-12 16:21:53 by simonmar] error message wibble --- ghc/compiler/typecheck/TcBinds.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4