dec: Decidable propositions.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
This package provides a Dec
type.
type Neg a = a -> Void data Dec a = Yes a | No (Neg a)
Properties
Versions | 0.0.3, 0.0.4, 0.0.4, 0.0.5, 0.0.6 |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4.7 && <4.16), void (>=0.7.3 && <0.8) [details] |
License | BSD-3-Clause |
Copyright | (c) 2019-2021 Oleg Grenrus |
Author | Oleg Grenrus <oleg.grenrus@iki.fi> |
Maintainer | Oleg.Grenrus <oleg.grenrus@iki.fi> |
Category | Data, Dependent Types |
Home page | https://github.com/phadej/vec |
Bug tracker | https://github.com/phadej/vec/issues |
Source repo | head: git clone https://github.com/phadej/vec.git(dec) |
Uploaded | by phadej at 2021-02-20T19:34:30Z |
Modules
[Index] [Quick Jump]
- Data
- Type
Downloads
- dec-0.0.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees