| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell98 |
Foreign.Storable.Record.Tuple
Description
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 # | |
| Arbitrary a => Arbitrary (Tuple a) Source # | |
| Storable a => Storable (Tuple a) Source # | |