Safe HaskellSafe-Inferred

UnboxedStuff

Synopsis

Documentation

data X #

data Y #

data Z #

Unboxed type constructors

unboxedUnit :: (# #) -> (# #) #

unboxedTuple :: (# X, Y #) -> (# X, Y, Z #) #

unboxedSum :: (# X | Y #) -> (# X | Y | Z #) #