Path to this page:
./
devel/hs-sorted-list,
Type-enforced sorted lists and related functions
Branch: CURRENT,
Version: 0.2.2.0nb2,
Package name: hs-sorted-list-0.2.2.0nb2,
Maintainer: pkgsrc-usersType-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!
Master sites:
Filesize: 6.489 KB
Version history: (Expand)
- (2024-05-09) Updated to version: hs-sorted-list-0.2.2.0nb2
- (2023-11-02) Updated to version: hs-sorted-list-0.2.2.0nb1
- (2023-10-24) Updated to version: hs-sorted-list-0.2.2.0
- (2023-10-09) Updated to version: hs-sorted-list-0.2.1.0nb3
- (2023-02-09) Updated to version: hs-sorted-list-0.2.1.0nb2
- (2022-02-26) Updated to version: hs-sorted-list-0.2.1.0nb1
CVS history: (Expand)