HList-0.2: Heterogeneous listsSource codeContentsIndex
Data.HList.TIC
Documentation
data TIC l Source
Constructors
TIC Dynamic
show/hide Instances
Show (TIC l)
mkTIC :: (HTypeIndexed l, HTypeProxied l, HOccurs (Proxy i) l, Typeable i) => i -> TIC lSource
unTIC :: (HTypeIndexed l, HTypeProxied l, HOccurs (Proxy o) l, Typeable o) => TIC l -> Maybe oSource
class HTypeProxied l Source
show/hide Instances
Produced by Haddock version 2.4.2