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.
hdl
tbl
1 parent 3337664 commit cdea7c4Copy full SHA for cdea7c4
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