]> gitweb @ CieloNegro.org - hs-rrdtool.git/blobdiff - Data/HList.hs
cleanup
[hs-rrdtool.git] / Data / HList.hs
index 56f961d832640e2f68822984d2f5d783b5a7a0e6..e1e7769e63c6f5ad00a029623be927382cd0fb36 100644 (file)
@@ -1,9 +1,14 @@
 module Data.HList
     ( -- Data.HList.Prelude
       HList
+
     , HNil(..)
     , hNil
-    , (:*:)(..)
+
+    , HCons(..)
+    , hCons
+
+    , (:*:)
     , (.*.)
 
     , (:++:)