ghc-dec 0.0.6
Dependencies: ghc-boring@0.2.2
Channel: guix
Home page: https://github.com/phadej/dec
Licenses: Modified BSD
Build system: haskell
Synopsis: Decidable propositions
Description:
This package provides a Dec type for representing deciable relations.
type Neg a = a -> Void
data Dec a
= Yes a
| No (Neg a)Total packages: 1