From 5c59ccf88ef7ce75f13096808dcabe9521504eb7 Mon Sep 17 00:00:00 2001 From: Ross Paterson Date: Sat, 19 Aug 2006 17:39:54 +0000 Subject: [PATCH] remove extra comma from import --- Data/Generics.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/Data/Generics.hs b/Data/Generics.hs index 42aa127..187219a 100644 --- a/Data/Generics.hs +++ b/Data/Generics.hs @@ -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(..) -- 1.7.10.4