Skip to content

Adds takeR, dropR, splitAtR for seq, issue #159#1222

Open
philcrissman wants to merge 2 commits into
haskell:masterfrom
philcrissman:seq-takeR-dropR-splitAtR
Open

Adds takeR, dropR, splitAtR for seq, issue #159#1222
philcrissman wants to merge 2 commits into
haskell:masterfrom
philcrissman:seq-takeR-dropR-splitAtR

Conversation

@philcrissman

Copy link
Copy Markdown

Adding takeR, dropR, and splitAtR for Sequence.
All are implemented in terms of the existing take, drop, or splitAt functions.
See #159

Adding takeR, dropR, and splitAtR for Sequence.
All are implemented in terms of the existing take, drop,
or splitAt functions.
See [haskell#159](haskell#159)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant