ghc-dec 0.0.5
Dependencies: ghc-boring@0.2.1
Channel: guix
Home page: https://github.com/phadej/vec
Licenses: Modified BSD
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 results: 2