universe-base

A class for finite and recursively enumerable types.

https://github.com/dmwit/universe

Version on this page:1.1@rev:1
LTS Haskell 22.17:1.1.3.1@rev:1
Stackage Nightly 2024-04-14:1.1.3.1@rev:1
Latest on Hackage:1.1.3.1@rev:1

See all snapshots universe-base appears in

BSD-3-Clause licensed by Daniel Wagner
Maintained by [email protected]
This version can be pinned in stack with:universe-base-1.1@sha256:20965dcc7d225a326704e90da16266cdaec01b3c928a936c26c54752b68959ae,2444

Module documentation for 1.1

  • Data
    • Data.Universe
      • Data.Universe.Class
      • Data.Universe.Helpers

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.