From 5da093e75fe1778af0941f096d531d649259fa78 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Tue, 3 Nov 2009 13:33:44 +0000 Subject: [PATCH] Document the fact that impredicative polymorphism is deprecated Merge to 6.12 --- docs/users_guide/glasgow_exts.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index 0988279..6910a59 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -5684,6 +5684,9 @@ for rank-2 types. Impredicative polymorphism +NOTE: the impredicative-polymorphism feature is deprecated in GHC 6.12, and +will be removed or replaced in GHC 6.14. + GHC supports impredicative polymorphism, enabled with . This means -- 1.7.10.4