The latest version of universe-some is 1.2.2-0.
universe-some
Version 1.2.1 revision 6 uploaded by phadej.
Package meta
- Synopsis
- Universe instances for Some from some
- Description
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.
- Author
- Daniel Wagner, Oleg Grenrus
- Bug reports
- n/a
- Category
- Data
- Copyright
- Daniel Wagner 2014, Oleg Grenrus 2019
- Homepage
- https://github.com/dmwit/universe
- Maintainer
- me@dmwit.com
- Package URL
- n/a
- Stability
- n/a