File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
src/Database/LSMTree/Internal/Serialise Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -510,11 +510,13 @@ instance SerialiseValue P.ByteArray where
510510 Void
511511-------------------------------------------------------------------------------}
512512
513- {- |
514- This instance is intended for tables without blobs.
513+ -- | The implementation of 'deserialiseKey' throws an exception.
514+ instance SerialiseKey Void where
515+ serialiseKey = absurd
516+ deserialiseKey = error " deserialiseKey: cannot deserialise into Void"
515517
516- The implementation of @'deserialiseValue'@ throws an excepValuen.
517- -}
518+
519+ -- | The implementation of 'deserialiseValue' throws an exception.
518520instance SerialiseValue Void where
519521 serialiseValue = absurd
520522 deserialiseValue = error " deserialiseValue: cannot deserialise into Void"
You can’t perform that action at this time.
0 commit comments