We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abb934d + cdea7c4 commit 4bc40beCopy full SHA for 4bc40be
test/Database/LSMTree/Class.hs
@@ -216,7 +216,7 @@ withCursor :: forall h m k v b a.
216
-> h m k v b
217
-> (Cursor h m k v b -> m a)
218
-> m a
219
-withCursor offset hdl = bracket (newCursor offset hdl) (closeCursor (Proxy @h))
+withCursor offset tbl = bracket (newCursor offset tbl) (closeCursor (Proxy @h))
220
221
{-------------------------------------------------------------------------------
222
Real instance
0 commit comments