BSD-3-Clause licensed by Daniel Wagner
Maintained by [email protected]
This version can be pinned in stack with:universe-1.2.3@sha256:b4444a445ddc3d088fd782a276487cc5d967fc312843eed7f9573d5e54d48791,1648

Module documentation for 1.2.3

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.