From: simonpj@microsoft.com Date: Tue, 5 Sep 2006 09:18:34 +0000 (+0000) Subject: Record that TH doesn't support pattern types signature X-Git-Tag: Before_FC_branch_merge~72 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=a37dfa428490086770a1acb92c9b6694bbc35a55 Record that TH doesn't support pattern types signature --- diff --git a/docs/users_guide/6.6-notes.xml b/docs/users_guide/6.6-notes.xml index 0c818ba..7a2dbb4 100644 --- a/docs/users_guide/6.6-notes.xml +++ b/docs/users_guide/6.6-notes.xml @@ -311,6 +311,14 @@ , and hence can be used by cabal. + + + Template Haskell used to have limited support for type signatures in + patterns, but since that design is in flux for Haskell (let alone + Template Haskell), we've removed type signatures in patterns from + Template Haskell. + +