X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=hs-rrdtool.git;a=blobdiff_plain;f=Data%2FHList.hs;fp=Data%2FHList.hs;h=e1e7769e63c6f5ad00a029623be927382cd0fb36;hp=56f961d832640e2f68822984d2f5d783b5a7a0e6;hb=135df1a5d8a159db412614bcfc25634bee201f94;hpb=b7e8a37aa24e9bda11995613c45187e6e19e0c01 diff --git a/Data/HList.hs b/Data/HList.hs index 56f961d..e1e7769 100644 --- a/Data/HList.hs +++ b/Data/HList.hs @@ -1,9 +1,14 @@ module Data.HList ( -- Data.HList.Prelude HList + , HNil(..) , hNil - , (:*:)(..) + + , HCons(..) + , hCons + + , (:*:) , (.*.) , (:++:)