From 08cf6c12a472eecb7613842dffa2ed728d162adb Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 25 Jun 2010 22:26:23 +0000 Subject: [PATCH 1/1] Fix haddock formatting --- GHC/Unicode.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GHC/Unicode.hs b/GHC/Unicode.hs index 73e453a..c97e1db 100644 --- a/GHC/Unicode.hs +++ b/GHC/Unicode.hs @@ -64,7 +64,7 @@ isControl :: Char -> Bool isPrint :: Char -> Bool -- | Returns 'True' for any Unicode space character, and the control --- characters @\t@, @\\n@, @\\r@, @\\f@, @\\v@. +-- characters @\\t@, @\\n@, @\\r@, @\\f@, @\\v@. isSpace :: Char -> Bool -- isSpace includes non-breaking space -- Done with explicit equalities both for efficiency, and to avoid a tiresome -- 1.7.10.4