BSD-3-Clause licensed by Daniel Wagner
Maintained by me@dmwit.com
This version can be pinned in stack with:universe-base-1.1.3.1@sha256:db04d9c1f6db75e5f88434733fb9f63018781741aabd9fe347703357c3ba4259,2953

Module documentation for 1.1.3.1

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 is slim package definiting only the type-classes and instances for types in GHC boot libraries. For more instances check universe-instances-* packages.