X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fbugs.xml;h=8151626f23c2d9c59222a9b209d85ed4175b710f;hb=18928fea8c5ab8fadeacec48890baf558c64f8c8;hp=ab0b9be7b9dab2f6d8d237e2f6fedc79f6abd5ab;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/docs/users_guide/bugs.xml b/docs/users_guide/bugs.xml index ab0b9be..8151626 100644 --- a/docs/users_guide/bugs.xml +++ b/docs/users_guide/bugs.xml @@ -26,12 +26,6 @@ - The Haskell report specifies that programs may be - written using Unicode. GHC only accepts the ISO-8859-1 - character set at the moment. - - - Certain lexical rules regarding qualified identifiers are slightly different in GHC compared to the Haskell report. When you have @@ -102,7 +96,10 @@ main = do args <- getArgs Declarations and bindings - None known. + GHC's typechecker makes all pattern bindings monomorphic + by default; this behaviour can be disabled with + . See .