universe-instances-extended: Universe instances for types from selected extra packages

[ bsd3, data, library ] [ Propose Tags ]

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

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0, 1.0.0.1, 1.1, 1.1.1, 1.1.2, 1.1.3, 1.1.4
Change log changelog
Dependencies adjunctions (>=4.4.2 && <4.5), base (>=4.12 && <4.21), comonad (>=5.0.8 && <5.1), containers, universe-base (>=1.1.4 && <1.1.5) [details]
License BSD-3-Clause
Copyright Daniel Wagner 2014
Author Daniel Wagner
Maintainer me@dmwit.com
Category Data
Home page https://github.com/dmwit/universe
Source repo head: git clone https://github.com/dmwit/universe
Uploaded by phadej at 2024-05-16T12:49:44Z
Distributions LTSHaskell:1.1.3, NixOS:1.1.3, Stackage:1.1.3
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 3884 total (37 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-05-16 [all 1 reports]