You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was a bit surprised that constructor of ShortByteString, the one showing the unboxed byte array within, is exported by the non-internal module Data.ByteString.Short. For other bytestring types the modules strive to hide internals, especially if internals are not intended to be used directly. It seems that unboxed byte array shouldn't be inteded to be used by ShortByteString clients by default. Perhaps I'm missing something?
The text was updated successfully, but these errors were encountered:
I was a bit surprised that constructor of
ShortByteString
, the one showing the unboxed byte array within, is exported by the non-internal moduleData.ByteString.Short
. For other bytestring types the modules strive to hide internals, especially if internals are not intended to be used directly. It seems that unboxed byte array shouldn't be inteded to be used byShortByteString
clients by default. Perhaps I'm missing something?The text was updated successfully, but these errors were encountered: