symmetric-properties: Monoids for sameness and uniqueness.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Test whether every element of a Foldable
is the Same
or Unique
.
> allSame (replicate 1000 1) True > allSame [1..] False > allUnique [1..1000] True > allUnique (cycle [1..100]) False
Properties
Versions | 0.1.0.0, 0.1.0.1, 0.1.0.1 |
---|---|
Change log | None available |
Dependencies | base (>=4.6 && <5), containers (>=0.4), semigroups (>=0.18 && <0.19) [details] |
License | BSD-3-Clause |
Copyright | Copyright (c) 2016 Joel Burget |
Author | Joel Burget |
Maintainer | joelburget@gmail.com |
Category | Web |
Home page | https://github.com/joelburget/symmetric-properties#readme |
Source repo | head: git clone https://github.com/joelburget/symmetric-properties |
Uploaded | by joelb at 2019-01-15T20:41:17Z |
Modules
[Index] [Quick Jump]
- Data
Downloads
- symmetric-properties-0.1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees