Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Add split function #26

Open
Open
@badly-drawn-wizards

Description

@badly-drawn-wizards

The containers package in Haskell has the following function

split :: Ord k => k -> Map k a -> (Map k a, Map k a)

where the left map contains entries strictly less than the given key and the right map contains entries strictly greater than the given key.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions