c3df9cab3a
With this package you can build a Storable instance of a record type from Storable instances of its elements in an elegant way. It does not do any magic, just a bit arithmetic to compute the right offsets, that would be otherwise done manually or by a preprocessor like C2HS.
4 lines
276 B
Text
4 lines
276 B
Text
With this package you can build a Storable instance of a record type
|
|
from Storable instances of its elements in an elegant way. It does not
|
|
do any magic, just a bit arithmetic to compute the right offsets, that
|
|
would be otherwise done manually or by a preprocessor like C2HS.
|