universe-some: Universe instances for Some from some

[ 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

This package adds

class UniverseSome f where universeSome :: [Some f]
class UniverseSome f => FiniteSome f where universeFSome :: [Some f]; universeFSome = universe

classes.

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.2, 1.2.1
Change log changelog
Dependencies base (>=4.3 && <4.20), some (>=1.0.2 && <1.1), template-haskell (>=2.5 && <2.22), th-abstraction (>=0.4.2.0 && <0.7), transformers (>=0.3.0.0 && <0.7), transformers-compat (>=0.6.1 && <0.8), type-equality (>=1 && <1.1), universe-base (>=1.1.2 && <1.1.4) [details]
License BSD-3-Clause
Copyright Daniel Wagner 2014, Oleg Grenrus 2019
Author Daniel Wagner, Oleg Grenrus
Maintainer me@dmwit.com
Revised Revision 6 made by phadej at 2023-10-15T01:29:24Z
Category Data
Home page https://github.com/dmwit/universe
Source repo head: git clone https://github.com/dmwit/universe
this: git clone https://github.com/dmwit/universe(tag universe-1.2.1)
Uploaded by phadej at 2021-01-09T19:39:17Z
Distributions LTSHaskell:1.2.1, Stackage:1.2.1
Reverse Dependencies 2 direct, 2 indirect [details]
Downloads 1217 total (21 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-01-09 [all 1 reports]