universe-reverse-instances: Instances of standard classes that are made possible by enumerations
For example this package provides a Eq (a -> b)
instance:
instance (Finite a, Eq b) => Eq (a -> b) where f == g = and [f x == g x | x <- universeF]
Modules
[Index] [Quick Jump]
Downloads
- universe-reverse-instances-1.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.1, 1.1.1, 1.1.2 |
---|---|
Change log | changelog |
Dependencies | base (>=4.3 && <4.20), containers (>=0.4 && <0.7), universe-base (>=1.1.2 && <1.1.4) [details] |
Tested with | ghc ==7.0.4 || ==7.4.2 || ==7.6.3 || ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.7 || ==9.6.3 || ==9.8.1 |
License | BSD-3-Clause |
Copyright | Daniel Wagner 2014 |
Author | Daniel Wagner |
Maintainer | me@dmwit.com |
Revised | Revision 4 made by phadej at 2023-10-15T01:29:24Z |
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:12Z |
Distributions | Arch:1.1.2, LTSHaskell:1.1.2, NixOS:1.1.1, Stackage:1.1.2 |
Reverse Dependencies | 3 direct, 72 indirect [details] |
Downloads | 9769 total (6 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] |