IntersectMBO / IntersectMBO/lsm-tree
[BUG] The haddock documentation on `lsm-tree`'s Hackage page for `TableConfig` is missing record fields
Open
bug
documentation
good first issue
lsm-tree
priority: medium
- Dominant language
- Haskell
- Stars
- 53
- Forks
- 17
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 4
Description
`TableConfig` exposes its record fields from the `Database.LSMTree` module like so:
```haskell
TableConfig (
confMergePolicy,
confSizeRatio,
confWriteBufferAlloc,
confBloomFilterAlloc,
confFencePointerIndex,
confDiskCachePolicy,
confMergeSchedule,
confMergeBatchSize
),
```
However, these record fields are not rendered in the Haddocks. See:
https://hackage-content.haskell.org/package/lsm-tree-1.0.0.0/docs/Database-LSMTree.html#t:TableConfig
Contributor guide
Assessment
This issue has not been assessed yet.