HList-0.1.1: Heterogeneous listsSource codeContentsIndex
Data.HList.GhcSyntax
Documentation
type :*: e l = HCons e lSource
(.*.) :: HExtend e l l' => e -> l -> l'Source
type :=: l v = LVPair l vSource
(.=.) :: l -> v -> LVPair l vSource
(.!.) :: HasField l r v => r -> l -> vSource
type :+: e l = HCons (Proxy e) lSource
Produced by Haddock version 2.4.2