pkgsrc/devel/hs-sorted-list/distinfo
pho 960ecf521d devel/hs-sorted-list: import hs-sorted-list-0.2.1.0
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!
2022-02-16 10:04:42 +00:00

5 lines
373 B
Text

$NetBSD: distinfo,v 1.1 2022/02/16 10:04:42 pho Exp $
BLAKE2s (sorted-list-0.2.1.0.tar.gz) = a97a6e86e2bac643c4dc0b023f308ec108d9ea3b07ed715b26c00fb9aebe6f36
SHA512 (sorted-list-0.2.1.0.tar.gz) = f87777a2150a1b7cfee0a79585a62aad8d1c874f173c13628ed69d62f107de4509dc03031cf86c1368b073f16c0b163ce378d3fa5fe24c8cf22ce0105977409f
Size (sorted-list-0.2.1.0.tar.gz) = 5965 bytes