[project @ 2004-08-09 10:04:33 by simonmar]
[haskell-directory.git] / Text / PrettyPrint / HughesPJ.hs
index a18fc32..2b983a5 100644 (file)
@@ -413,7 +413,7 @@ rational n = text (show n)
 -- SIGBJORN wrote instead:
 -- rational n = text (show (fromRationalX n))
 
-quotes p        = char '`' <> p <> char '\''
+quotes p        = char '\'' <> p <> char '\''
 doubleQuotes p  = char '"' <> p <> char '"'
 parens p        = char '(' <> p <> char ')'
 brackets p      = char '[' <> p <> char ']'