universe: A class for finite and recursively enumerable types.

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]

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.

Properties

Versions 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.1, 1.2, 1.2.1, 1.2.2
Change log changelog
Dependencies universe-base (>=1.1 && <1.1.1), universe-dependent-sum (>=1.1 && <1.1.1), universe-instances-extended (>=1.1 && <1.1.1), universe-reverse-instances (>=1.1 && <1.1.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 1.1)
Uploaded by phadej at 2019-04-15T18:11:49Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees