From 831b3064d0334426fcf29d4d31e11009dde0b6c7 Mon Sep 17 00:00:00 2001 From: andy Date: Thu, 28 Oct 1999 22:37:27 +0000 Subject: [PATCH] [project @ 1999-10-28 22:37:27 by andy] Wibble in printing of type contexts. --- ghc/interpreter/output.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ghc/interpreter/output.c b/ghc/interpreter/output.c index 904d4c4..9c7cf65 100644 --- a/ghc/interpreter/output.c +++ b/ghc/interpreter/output.c @@ -10,8 +10,8 @@ * included in the distribution. * * $RCSfile: output.c,v $ - * $Revision: 1.8 $ - * $Date: 1999/10/20 02:16:02 $ + * $Revision: 1.9 $ + * $Date: 1999/10/28 22:37:27 $ * ------------------------------------------------------------------------*/ #include "prelude.h" @@ -640,6 +640,7 @@ Int fr; { Bool useParens = len!=1; #endif if (useParens) + putChr('('); for (; nonNull(ps); ps=tl(ps)) { putPred(hd(ps),fr); if (--c > 0) { -- 1.7.10.4