[project @ 2002-07-23 14:52:46 by simonpj]
[ghc-base.git] / Data / Generics.hs
index b144a38..1a3496d 100644 (file)
@@ -1,23 +1,19 @@
 -----------------------------------------------------------------------------
--- 
+-- |
 -- Module      :  Data.Generics
 -- Copyright   :  (c) The University of Glasgow 2001
--- License     :  BSD-style (see the file libraries/core/LICENSE)
+-- License     :  BSD-style (see the file libraries/base/LICENSE)
 -- 
 -- Maintainer  :  libraries@haskell.org
 -- Stability   :  experimental
 -- Portability :  non-portable
 --
--- $Id: Generics.hs,v 1.1 2001/07/04 11:06:39 simonmar Exp $
---
 -- Data types for generic definitions.
 --
 -----------------------------------------------------------------------------
 
 module Data.Generics ( 
-#ifdef __GLASGOW_HASKELL__
-       module GHC.Base
-#endif
+       (:*:)(..), (:+:)(..), Unit(..)
  ) where
 
 import Prelude