Open
Description
- Improve Data.Sequence module description (Rework Data.Sequence documentation #478)
- Improve Data.Map (Lazy and Strict variants) module descriptions (Improve Data.Map (strict and lazy) module docs #497)
- Improve Data.IntMap (Lazy and Strict variants) module descriptions (Improve IntSet and IntMap module docs. #507)
- Improve Data.Set module description (Improve Data.Set module docs. #502)
- Improve Data.IntSet module description (Improve IntSet and IntMap module docs. #507)
- Reorder Data.Map functions in Haddocks (Reorganize Map and IntMap Haddocks. #519)
- Reorder Data.IntMap functions in Haddocks (Reorganize Map and IntMap Haddocks. #519)
- Reorder Data.Set functions in Haddocks (Reorganize Set and IntSet Haddocks. #531)
- Reorder Data.IntSet functions in Haddocks (Reorganize Set and IntSet Haddocks. #531)
- Improve Data.Graph documentation (Improve Data.Graph documentation. #532)
- Add examples to Data.Graph Haddocks (Improve Data.Graph documentation. #532)
- Improve Data.Tree documentation (Improve Data.Tree documentation. #534)
- Add examples to Data.Tree Haddocks (Improve Data.Tree documentation. #534)
- Document all necessary class instances (Document all necessary class instances #475)
- Consistently format Haddock examples in expandable sections throughout package
- Gather consensus on Haddock format (Proposal: New Haddock doc format #486) and use throughout package
- Add longer Set examples to bottom of Set introduction
- Add longer Map examples to bottom of Map introduction
- Add longer Sequence examples to bottom of Sequence introduction
- Add introduction for Data.Tree at https://haskell-containers.readthedocs.io
- Add introduction for Data.Graph at https://haskell-containers.readthedocs.io
- Document Data.Graph complexities (Data.Graph: document complexities O(...) #157)
Notes:
- Module Haddock descriptions should:
- link out to appropriate page at https://haskell-containers.readthedocs.io
- follow the format of the new Data.Sequence module description
- link to appropriate performance benchmarks