universe-reverse-instances: Instances of standard classes that are made possible by enumerations

[ bsd3, data, library ] [ Propose Tags ]

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]

Downloads

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

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0, 1.1, 1.1.1
Dependencies base (>=4.3 && <4.15), containers (>=0.4 && <0.7), universe-base (>=1.1 && <1.1.2) [details]
License BSD-3-Clause
Copyright Daniel Wagner 2014
Author Daniel Wagner
Maintainer me@dmwit.com
Revised Revision 3 made by phadej at 2020-03-25T17:53:03Z
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 1.1)
Uploaded by phadej at 2019-04-15T18:13:17Z
Distributions Arch:1.1.1, LTSHaskell:1.1.1, NixOS:1.1.1, Stackage:1.1.1
Reverse Dependencies 3 direct, 70 indirect [details]
Downloads 8798 total (63 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]