Skip to content

Commit

Permalink
Merge pull request #527 from IntersectMBO/jdral/rename-hdl-tbl
Browse files Browse the repository at this point in the history
Rename `hdl` to `tbl`
  • Loading branch information
jorisdral authored Jan 14, 2025
2 parents abb934d + cdea7c4 commit 4bc40be
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 115 deletions.
2 changes: 1 addition & 1 deletion test/Database/LSMTree/Class.hs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ withCursor :: forall h m k v b a.
-> h m k v b
-> (Cursor h m k v b -> m a)
-> m a
withCursor offset hdl = bracket (newCursor offset hdl) (closeCursor (Proxy @h))
withCursor offset tbl = bracket (newCursor offset tbl) (closeCursor (Proxy @h))

{-------------------------------------------------------------------------------
Real instance
Expand Down
Loading

0 comments on commit 4bc40be

Please sign in to comment.