universe-instances-extended: Universe instances for types from selected extra packages
A class for finite and recursively enumerable types and some helper functions for enumerating them
defined in universe-base
package:
class Universe a where universe :: [a] class Universe a => Finite a where universeF :: [a]; universeF = universe
Downloads
- universe-instances-extended-1.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 1.0, 1.0.0.1, 1.1, 1.1.1, 1.1.2, 1.1.3, 1.1.4 |
---|---|
Dependencies | adjunctions (>=4.3 && <4.5), base (>=4.3 && <4.13), comonad (>=4.2 && <5.1), universe-base (>=1.1 && <1.1.2) [details] |
Tested with | ghc ==8.8.1 || ==8.6.4 || ==8.4.4 || ==8.2.2 || ==8.0.2 || ==7.10.3 || ==7.8.4 || ==7.6.3 || ==7.4.2 || ==7.0.4 |
License | BSD-3-Clause |
Copyright | Daniel Wagner 2014 |
Author | Daniel Wagner |
Maintainer | me@dmwit.com |
Revised | Revision 1 made by phadej at 2019-06-29T17:30:45Z |
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 instances-extended-1.1) |
Uploaded | by phadej at 2019-04-15T18:13:15Z |
Distributions | LTSHaskell:1.1.4, NixOS:1.1.3, Stackage:1.1.4 |
Reverse Dependencies | 2 direct, 1 indirect [details] |
Downloads | 4141 total (31 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2019-04-15 [all 1 reports] |