dec: Decidable propositions.

[ bsd3, data, dependent-types, library ] [ Propose Tags ]

This package provides a Dec type.

type Neg a = a -> Void

data Dec a
    = Yes a
    | No (Neg a)

Modules

[Index] [Quick Jump]

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] 0.0.3, 0.0.4, 0.0.5
Change log ChangeLog.md
Dependencies base (>=4.7 && <4.17), 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>
Revised Revision 1 made by phadej at 2021-12-17T21:07:49Z
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:38:03Z
Distributions Arch:0.0.5, Debian:0.0.3, Fedora:0.0.5, LTSHaskell:0.0.5, NixOS:0.0.5, Stackage:0.0.5, openSUSE:0.0.5
Reverse Dependencies 4 direct, 7730 indirect [details]
Downloads 18608 total (181 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-02-20 [all 1 reports]