ghc-prim-0.2.0.0: GHC primitives

GHC.Generics

Documentation

data Unit Source

Constructors

Unit 

data a :+: b Source

Constructors

Inl a 
Inr b 

data a :*: b Source

Constructors

a :*: b