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
Might this create a problem with #254 though? I assume currently we never read key bytes from store and deserialize into the type, but when iterating through the Map presumably we would need to be able to turn those bytes back into keys.
We currently have
but we really don't ever use the
from rawKey :: RawKey a => ByteString -> a
method at all. We should change the class toThe text was updated successfully, but these errors were encountered: