cond

Basic conditional and boolean operators with monadic variants.

https://github.com/kallisti-dev/cond

Version on this page:0.4.1.1
LTS Haskell 22.14:0.5.1
Stackage Nightly 2024-03-28:0.5.1
Latest on Hackage:0.5.1

See all snapshots cond appears in

BSD-3-Clause licensed by Adam Curtis
Maintained by [email protected]
This version can be pinned in stack with:cond-0.4.1.1@sha256:f1e4ab2ff6e129570c317bdd737adfa18c253817769ecca27167668d0c0abaf3,1075

Module documentation for 0.4.1.1

  • Control
    • Control.Conditional
  • Data
    • Data.Algebra
      • Data.Algebra.Boolean
Depends on 1 package(full list with versions):
Used by 1 package in nightly-2019-03-25(full list with versions):

Description

A library of boolean operations, lifted in a typeclass for boolean values. Also includes:

  • Lifted monadic variants of those operations.
  • Hoareā€™s conditional choice operator.
  • A typeclass for boolean algebras.

See annotated documentation in code for information about individual entities.