remove extra comma from import
[haskell-directory.git] / Data / Generics.hs
index 42aa127..187219a 100644 (file)
@@ -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(..)