Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Custom class for storing tuples
and wrapper for storing tuples in standard Storable
class.
These two solutions do not need orphan instances.
The package storable-tuple
makes use of this implementation.
Documentation
Instances
Eq a => Eq (Tuple a) Source # | |
Show a => Show (Tuple a) Source # | |
Storable a => Storable (Tuple a) Source # | |