diff --git a/ghc/compiler/typecheck/TcGenDeriv.lhs b/ghc/compiler/typecheck/TcGenDeriv.lhs index 9ac8fdb46cac75a1b6ee11fcb5d6a3ef70f22dd1..7e140354f618c1c48b8d51e96f8b7a8e29bbcffa 100644 --- a/ghc/compiler/typecheck/TcGenDeriv.lhs +++ b/ghc/compiler/typecheck/TcGenDeriv.lhs @@ -278,7 +278,7 @@ cmp_eq _ _ = EQ \end{verbatim} \end{itemize} -If there is only one constructor in the Data Type we don't need the WildCard Patern. +If there is only one constructor in the Data Type we don't need the WildCard Pattern. JJQC-30-Nov-1997 \begin{code} @@ -861,7 +861,7 @@ gen_Show_binds tycon | otherwise = --Assumption: no of fields == no of labelled fields -- (and in same order) concat $ - intersperse ([mk_showString_app (_CONS_ ',' _NIL_ )]) $ -- Using SLIT() is not cool here. + intersperse ([mk_showString_app (_CONS_ ',' SLIT(" "))]) $ -- Using SLIT()s containing ,s spells trouble. zipWithEqual "gen_Show_binds" (\ a b -> [a,b]) (map show_label labels)