Storable package:th-utilities

Implementation of a Storable deriver for data types. This works for any non-recursive datatype which has Storable fields. Most users won't need to import this module directly. Instead, use derive / Deriving to create Storable instances.
Implementation used for runDeriver.