haskellfoundation / haskellfoundation/haskell-2010-revised-report

Expose additional modules of the standard libraries.

Open
#48 0 comments 1 reaction 0 assignees View on GitHub
feature: 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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.