haskellfoundation / haskellfoundation/haskell-2010-revised-report
Expose additional modules of the standard libraries.
- Dominant language
- Typst
- Stars
- 20
- Forks
- 5
- Avg merge
- 4d 18h
- Merged PRs (30d)
- 6
Description
The following modules contain the definitions of various functions and typeclasses which are currently only exposed from the `Prelude`.
The `base` package exposes these modules, which is useful, for example, to define a custom Prelude.
- `Data.Bool`
- `Data.String`
- `Data.Eq`
- `Data.Or`
- `Data.Enum`
- `Data.Function`
- `Data.Tuple`
- `Data.Either`
- `Text.Read`
- `Text.Show`
Contributor guide
Research direction
Start by locating the report sections that define or expose Prelude and standard-library modules, then compare their coverage with the Haskell base package. Confirm how the listed modules are represented in the report; done means Data.Bool, Data.String, Data.Eq, Data.Or, Data.Enum, Data.Function, Data.Tuple, Data.Either, Text.Read, and Text.Show are exposed consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- documentation
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100