The latest version of sorted-list is 0.2.2.0-0.

sorted-list

Version 0.2.1.1 revision 0 uploaded by DanielDiaz.

Package meta

Synopsis
Type-enforced sorted lists and related functions.
Description

Type-enforced sorted lists and related functions.

These are useful for:

  • Constraining the argument of a function to be a sorted list by stating in your type that the input list is a sorted list.

  • Avoiding sorting a list twice.

  • Creating a list that is sorted from the moment of its construction, so it doesn't have to be sorted later.

  • Performing list operations keeping the input list sorted.

  • Improving those list operations that can be benefited from the ordering of its elements.

  • Creating infinite lists that are sorted!

  • And more!

If you are missing a feature, do not hesitate to ask by opening an issue at the bug-tracker.

Author
Daniel Casanueva (daniel.casanueva `at` proton.me)
Bug reports
https://gitlab.com/daniel-casanueva/haskell/sorted-list/-/issues
Category
Data
Copyright
n/a
Homepage
n/a
Maintainer
Daniel Casanueva (daniel.casanueva `at` proton.me)
Package URL
n/a
Stability
n/a

Components