vincenthz / hs-memory

haskell memory
Other
48 stars 38 forks source link

`ByteSwap` instances for `Word8` (trivial) and `Word128` #97

Closed edsko closed 1 year ago

edsko commented 2 years ago

~By the way, I only added the Storable instance because it's a superclass constraint of ByteSwap. I'd also be fine with removing that superclass constraint altogether, if that would be preferable.~

No, actually, the Storable instance is useful in its own right :) Sorry.

vincenthz commented 1 year ago

archiving repository