universe-instances-extended

Universe instances for types from selected extra packages

https://github.com/dmwit/universe

Version on this page:1.1.4
LTS Haskell 23.4:1.1.4@rev:1
Stackage Nightly 2025-01-15:1.1.4@rev:1
Latest on Hackage:1.1.4@rev:1

See all snapshots universe-instances-extended appears in

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:a051e7ff53fff66db3cf496b857633317181c362d6db6384ffa0d1643335502f,1501

Module documentation for 1.1.4

Used by 1 package in nightly-2024-08-10(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