@hackage universe-some1.2.2.1
Universe instances for Some from some
Categories
License
BSD-3-Clause
Maintainer
me@dmwit.com
Links
Versions
Installation
Tested Compilers
Dependencies (5)
- base >=4.12 && <4.23
- some >=1.0.6 && <1.1
- template-haskell >=2.14 && <2.25
- th-abstraction >=0.7.0.0 && <0.8
- universe-base >=1.1.4 && <1.1.5 Show all…
Dependents (2)
@hackage/universe, @hackage/universe-dependent-sum
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.