From: Simon Marlow Date: Fri, 25 Aug 2006 15:26:13 +0000 (+0000) Subject: mention -fno-mono-pat-binds, since this is a diversion from Haskell 98 X-Git-Tag: Before_FC_branch_merge~117 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=973ea68765061854376f1ac579a6071cb403635c;p=ghc-hetmet.git mention -fno-mono-pat-binds, since this is a diversion from Haskell 98 --- diff --git a/docs/users_guide/bugs.xml b/docs/users_guide/bugs.xml index ab0b9be..ead6253 100644 --- a/docs/users_guide/bugs.xml +++ b/docs/users_guide/bugs.xml @@ -102,7 +102,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 .