The latest version of universe is 1.2.3-0.

universe

Version 1.2.1 revision 0 uploaded by phadej.

Package meta

Synopsis
A class for finite and recursively enumerable types.
Description

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.

Author
Daniel Wagner
Bug reports
n/a
Category
Data
Copyright
Daniel Wagner 2014
Homepage
https://github.com/dmwit/universe
Maintainer
me@dmwit.com
Package URL
n/a
Stability
n/a

Components