From a630bb5e09ab8769d52d821f72631125f72770e8 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sun, 6 Mar 2011 21:59:16 +0000 Subject: [PATCH] Impredicative polymorphism no longer deprecated. --- docs/users_guide/glasgow_exts.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index f7b66d9..a575bc9 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -5726,9 +5726,6 @@ 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