Skip to content

Commit cdea7c4

Browse files
committed
Rename hdl to tbl
`hdl` identifiers are an artifact from the time that `Table` was called `TableHandle`
1 parent 3337664 commit cdea7c4

File tree

2 files changed

+115
-115
lines changed

2 files changed

+115
-115
lines changed

test/Database/LSMTree/Class.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ withCursor :: forall h m k v b a.
216216
-> h m k v b
217217
-> (Cursor h m k v b -> m a)
218218
-> m a
219-
withCursor offset hdl = bracket (newCursor offset hdl) (closeCursor (Proxy @h))
219+
withCursor offset tbl = bracket (newCursor offset tbl) (closeCursor (Proxy @h))
220220

221221
{-------------------------------------------------------------------------------
222222
Real instance

0 commit comments

Comments
 (0)