X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FbasicTypes%2FSrcLoc.lhs;fp=compiler%2FbasicTypes%2FSrcLoc.lhs;h=d3db8667f209e9f3cc9254bbfa707e03c2b68530;hp=8bed6c19772e76f18c0f0c3f0bc5307395613765;hb=7998a24404ffa577a3c303e37e4cfe0baf846454;hpb=e95ee1f718c6915c478005aad8af81705357d6ab diff --git a/compiler/basicTypes/SrcLoc.lhs b/compiler/basicTypes/SrcLoc.lhs index 8bed6c1..d3db866 100644 --- a/compiler/basicTypes/SrcLoc.lhs +++ b/compiler/basicTypes/SrcLoc.lhs @@ -491,7 +491,7 @@ instance Functor Located where fmap f (L l e) = L l (f e) instance Outputable e => Outputable (Located e) where - ppr (L l e) = ifPprDebug (braces (pprUserSpan False l)) <> ppr e + ppr (L l e) = ifPprDebug (braces (pprUserSpan False l)) $$ ppr e -- Print spans without the file name etc \end{code}