universe-instances-extended

Universe instances for types from selected extra packages

https://github.com/dmwit/universe

Version on this page:1.1.1@rev:1
LTS Haskell 22.14:1.1.3@rev:3
Stackage Nightly 2024-03-28:1.1.3@rev:3
Latest on Hackage:1.1.3@rev:3

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.1@sha256:30f2d940a5d502d6c3f491cdfb8d1b85e7ac3346c7d36403ad9e80c1dfbe783c,1606

Module documentation for 1.1.1

Used by 1 package in nightly-2020-11-19(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