some: Existential type: Some
This library defines an existential type Some
.
data Some f where Some :: f a -> Some f
in few variants, and utilities to work with it.
Modules
[Index] [Quick Jump]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
newtype-unsafe | Use implementation using | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- some-1.0.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 1, 1.0.0.1, 1.0.0.2, 1.0.0.3, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.4.1, 1.0.5, 1.0.6 (info) |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4.3 && <4.14), deepseq (>=1.3.0.0 && <1.5), semigroups (>=0.18.5 && <0.20), transformers (>=0.3 && <0.6), transformers-compat (>=0.6 && <0.7), type-equality (>=1 && <1.1) [details] |
Tested with | ghc ==7.0.4 || ==7.2.2 || ==7.4.2 || ==7.6.3 || ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.1 |
License | BSD-3-Clause |
Author | James Cook <mokus@deepbondi.net>, Oleg Grenrus <oleg.grenrus@iki.fi> |
Maintainer | Oleg Grenrus <oleg.grenrus@iki.fi> |
Category | Data, Dependent Types |
Home page | https://github.com/phadej/some |
Source repo | head: git clone git://github.com/phadej/some.git(some) |
Uploaded | by phadej at 2019-09-12T12:25:45Z |
Distributions | Arch:1.0.5, Debian:1.0.1, Fedora:1.0.4.1, LTSHaskell:1.0.6, NixOS:1.0.6, Stackage:1.0.6, openSUSE:1.0.6 |
Reverse Dependencies | 30 direct, 7870 indirect [details] |
Downloads | 27885 total (384 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2019-09-12 [all 1 reports] |