X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=Data%2FGenerics.hs;h=187219aa96ccb8b75cccc2eb4facceadeafab61f;hb=125018bd716dc3a36645886818101c9010abd0a2;hp=525efdc33af668ae2a1ec7607b2283d953674d98;hpb=5b272091fa9c22196f0c887d34f6a94d590a1398;p=ghc-base.git diff --git a/Data/Generics.hs b/Data/Generics.hs index 525efdc..187219a 100644 --- a/Data/Generics.hs +++ b/Data/Generics.hs @@ -6,7 +6,7 @@ -- -- Maintainer : libraries@haskell.org -- Stability : experimental --- Portability : non-portable +-- Portability : non-portable (uses Data.Generics.Basics) -- -- \"Scrap your boilerplate\" --- Generic programming in Haskell -- See . To scrap your boilerplate it @@ -26,7 +26,6 @@ module Data.Generics ( module Data.Generics.Twins, -- twin traversal, e.g., generic eq #ifndef __HADDOCK__ - , -- Data types for the sum-of-products type encoding; -- included for backwards compatibility; maybe obsolete. (:*:)(..), (:+:)(..), Unit(..)