Skip to content

[BUG] The haddock documentation on lsm-tree's Hackage page for TableConfig is missing record fields #795

@jorisdral

Description

@jorisdral

TableConfig exposes its record fields from the Database.LSMTree module like so:

  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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentationgood first issueGood for newcomerslsm-treeRelated to the lsm-tree library

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions