haskell / haskell/containers

Reorganize Data.Sequence

Open
#128 0 comments 0 reactions 0 assignees View on GitHub
code-quality docs Seq
Dominant language
Haskell
Stars
355
Forks
194
Avg merge
3d 4h
Merged PRs (30d)
4

Description

Some things are arranged a bit oddly. Notably, the helper functions `deepL`, `deepR`, `pullL`, and `pullR` are currently located very far from the functions that actually use them. They're also not documented as well as one might like (and the `pull` names are not exactly intuitive). I also have the nagging feeling that things might be easier to understand if `pullL` and `pullR` are inlined into `deepL` and `deepR`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.