Skip to content

Consider adding Data.Sequence.{splitAtR, takeR, dropR} #159

Open
@JLimperg

Description

@JLimperg

I was recently surprised by the lack of splitAtR, takeR and dropR in Data.Sequence when takeWhileR and dropWhileR are available. Taking this question to Stack Overflow, a simple implementation of splitAtR in terms of splitAt and length was suggested by SO user chi. Would you consider adding these functions?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions