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