universe: A class for finite and recursively enumerable types.

[ bsd3, data, library ] [ Propose Tags ]

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.

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] 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.2, 1.2.1, 1.2.2
Change log changelog
Dependencies universe-base (>=1.1 && <1.1.2), 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
Revised Revision 1 made by phadej at 2019-06-29T17:30:47Z
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:23Z
Distributions LTSHaskell:1.2.2, Stackage:1.2.2
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 12042 total (52 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]