HList-0.2: Heterogeneous listsSource codeContentsIndex
Data.HList.HZip
Documentation
class HZippable x y Source
show/hide Instances
class HZip x y l | x y -> l, l -> x y whereSource
Methods
hZip :: x -> y -> lSource
hUnzip :: l -> (x, y)Source
show/hide Instances
HZip HNil HNil HNil
HZip tx ty l => HZip (HCons hx tx) (HCons hy ty) (HCons ((,) hx hy) l)
Produced by Haddock version 2.4.2