BSD-3-Clause licensed by Oleg Grenrus
Maintained by Oleg.Grenrus
This version can be pinned in stack with:dec-0.0.3@sha256:1a822a19129c1eca8d12a85e4d6fdc77625016ea6c3e8ce30f8d32e0972faeec,1180

Module documentation for 0.0.3

Depends on 1 package(full list with versions):
Used by 4 packages in nightly-2020-12-01(full list with versions):

This package provides a Dec type.

type Neg a = a -> Void

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

Changes

Revision history for dec

0.0.3

  • First version. Released on an unsuspecting world.