From a37dfa428490086770a1acb92c9b6694bbc35a55 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Tue, 5 Sep 2006 09:18:34 +0000 Subject: [PATCH] Record that TH doesn't support pattern types signature --- docs/users_guide/6.6-notes.xml | 8 ++++++++ 1 file changed, 8 insertions(+) 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. + + -- 1.7.10.4