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