3272c7c7a7
Instances for Binary for the types defined in the vector package, making it easy to serialize vectors to and from disk. We use the generic interface to vectors, so all vector types are supported. Specific instances are provided for unboxed, boxed and storable vectors.
5 lines
269 B
Text
5 lines
269 B
Text
Instances for Binary for the types defined in the vector package,
|
|
making it easy to serialize vectors to and from disk. We use the
|
|
generic interface to vectors, so all vector types are
|
|
supported. Specific instances are provided for unboxed, boxed and
|
|
storable vectors.
|