X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Data%2FHList.hs;h=3a0470230f5bc342041868d384a44830c2b59128;hb=d07e35733d4f0994a12202164c9065aef1fe98f4;hp=56f961d832640e2f68822984d2f5d783b5a7a0e6;hpb=b7e8a37aa24e9bda11995613c45187e6e19e0c01;p=hs-rrdtool.git diff --git a/Data/HList.hs b/Data/HList.hs index 56f961d..3a04702 100644 --- a/Data/HList.hs +++ b/Data/HList.hs @@ -1,18 +1,5 @@ module Data.HList - ( -- Data.HList.Prelude - HList - , HNil(..) - , hNil - , (:*:)(..) - , (.*.) - - , (:++:) - , (.++.) - - , Applyable(..) - - , HConcat - , HMap + ( module Data.HList.Prelude ) where