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
linear-base already depends on bytestring (via hashable) and text. It would be awesome to provide Consumable, Dupable and Movable instances for ByteString and Text, because they cannot be defined in respective packages. I could have used them in https://github.com/Bodigrim/linear-builder/
The text was updated successfully, but these errors were encountered:
I'm a bit swamped right now, but I just had a look. I think both can work indeed: their data is entirely unpacked, and doesn't contain thunks. There is just a thunk at toplevel, so we can use something like
linear-base
already depends onbytestring
(viahashable
) andtext
. It would be awesome to provideConsumable
,Dupable
andMovable
instances forByteString
andText
, because they cannot be defined in respective packages. I could have used them in https://github.com/Bodigrim/linear-builder/The text was updated successfully, but these errors were encountered: