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

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.

[maintain] [Publish]

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]

Properties

Versions 1.0, 1.1, 1.1.1, 1.1.1
Change log changelog
Dependencies base (>=4.3 && <4.16), containers (>=0.4 && <0.7), universe-base (>=1.1.2 && <1.1.3) [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:38:22Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees