File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,6 @@ import qualified Database.LSMTree.Internal.Serialise.Class as S.Class
6161import Database.LSMTree.Internal.Unsliced (Unsliced , fromUnslicedKey ,
6262 makeUnslicedKey )
6363import Database.LSMTree.Internal.Vector (mkPrimVector )
64- import Database.LSMTree.Internal.WriteBuffer (WriteBuffer )
65- import qualified Database.LSMTree.Internal.WriteBuffer as WB
6664import qualified Database.LSMTree.Monoidal as Monoidal
6765import qualified Database.LSMTree.Normal as Normal
6866import GHC.Generics (Generic )
@@ -172,14 +170,6 @@ instance Arbitrary2 Entry where
172170 Mupdate v -> Delete : Insert v : (Mupdate <$> shrinkVal v)
173171 Delete -> []
174172
175- {- ------------------------------------------------------------------------------
176- WriteBuffer
177- -------------------------------------------------------------------------------}
178-
179- instance Arbitrary WriteBuffer where
180- arbitrary = WB. fromMap <$> arbitrary
181- shrink = map WB. fromMap . shrink . WB. toMap
182-
183173{- ------------------------------------------------------------------------------
184174 WithSerialised
185175-------------------------------------------------------------------------------}
You can’t perform that action at this time.
0 commit comments