There are several types from primitive that would benefit from having instances: ByteArray, Array, SmallArray, PrimArray, UnliftedArray. I can add these. It will cause the library to pick up a dependency on primitive, but primitive is pretty lightweight and shows up as a transitive dependency almost everywhere.
There are several types from
primitivethat would benefit from having instances:ByteArray,Array,SmallArray,PrimArray,UnliftedArray. I can add these. It will cause the library to pick up a dependency onprimitive, butprimitiveis pretty lightweight and shows up as a transitive dependency almost everywhere.