IntersectMBO / IntersectMBO/cardano-base
Add doctests
Open
- Dominant language
- Haskell
- Stars
- 105
- Forks
- 54
- Avg merge
- 9d 2h
- Merged PRs (30d)
- 4
Description
Add [doctest](https://hackage.haskell.org/package/doctest) functionality to all libraries in this repo. This will entail:
* Making sure doctests are executed in CI.
* All examples that can be converted to doctest style are converted, so they are executed in CI (aka. `>>>` vs `@` or `>`)
__Important__ - cabal-doctest should not be used as that package has been deprecated.
Contributor guide
Assessment
This issue has not been assessed yet.