HList-0.2.1: Heterogeneous lists

Data.HList.Label1

Documentation

newtype Label x Source

Constructors

Label x 

Instances

Show x => Show (Label x) 
Show n => ShowLabel (Label n) 
HEq n n' b => HEq (Label n) (Label n') b 

label :: HNat n => n -> Label nSource