BSD-3-Clause licensed by Daniel Wagner
Maintained by [email protected]
This version can be pinned in stack with:universe-instances-extended-1.1.4@sha256:921a702ece417798fab4184616deda049afd48cc57d3e1e1a71f2865a9fdfa16,1606

Module documentation for 1.1.4

Used by 1 package in nightly-2026-04-16(full list with versions):

A class for finite and recursively enumerable types and some helper functions for enumerating them defined in universe-base package:

class Universe a where universe :: [a]
class Universe a => Finite a where universeF :: [a]; universeF = universe