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