Skip to content

Commit 4bc40be

Browse files
authored
Merge pull request #527 from IntersectMBO/jdral/rename-hdl-tbl
Rename `hdl` to `tbl`
2 parents abb934d + cdea7c4 commit 4bc40be

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)