Skip to content

Commit f08e39e

Browse files
committed
Add description to chunk module
1 parent 361f4dc commit f08e39e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Database/LSMTree/Internal/Chunk.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{- HLINT ignore "Avoid restricted alias" -}
22

3+
-- | Chunks of bytes, typically output during incremental index serialisation.
34
module Database.LSMTree.Internal.Chunk
45
(
56
-- * Chunks

0 commit comments

Comments
 (0)