]> gitweb @ CieloNegro.org - hs-rrdtool.git/blobdiff - Data/HList.hs
major rewrite
[hs-rrdtool.git] / Data / HList.hs
index 56f961d832640e2f68822984d2f5d783b5a7a0e6..3a0470230f5bc342041868d384a44830c2b59128 100644 (file)
@@ -1,18 +1,5 @@
 module Data.HList
-    ( -- Data.HList.Prelude
-      HList
-    , HNil(..)
-    , hNil
-    , (:*:)(..)
-    , (.*.)
-
-    , (:++:)
-    , (.++.)
-
-    , Applyable(..)
-
-    , HConcat
-    , HMap
+    ( module Data.HList.Prelude
     )
     where