universe: A class for finite and recursively enumerable types.
A class for finite and recursively enumerable types and some helper functions for enumerating them
class Universe a where universe :: [a] class Universe a => Finite a where universeF :: [a]; universeF = universe
This also provides instances from @universe-instances-*" packages.
Versions [faq] | 0.0, 0.1, 0.2, 0.3, 0.4, 0.4.0.1, 0.4.0.2, 0.4.0.3, 0.4.0.4, 0.4.0.5, 0.5, 1.0, 1.1, 1.1.1, 1.2, 1.2.1 |
---|---|
Change log | changelog |
Dependencies | universe-base (==1.1.2.*), universe-instances-extended (==1.1.2.*), universe-reverse-instances (==1.1.1.*), universe-some (==1.2.1.*) [details] |
License | BSD-3-Clause |
Copyright | Daniel Wagner 2014 |
Author | Daniel Wagner |
Maintainer | me@dmwit.com |
Category | Data |
Home page | https://github.com/dmwit/universe |
Source repo | head: git clone https://github.com/dmwit/universe this: git clone https://github.com/dmwit/universe(tag universe-1.2.1) |
Uploaded | by phadej at 2021-01-09T19:39:27Z |
Distributions | NixOS:1.2, Stackage:1.1 |
Downloads | 10042 total (28 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2021-01-09 [all 1 reports] |
Downloads
- universe-1.2.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)