@hackage / data-or

A data type for non-exclusive disjunction.

Latest1.0.0.12

About

Metadata

  • Last updated , by WrenRomano
  • License BSD-3-Clause
  • Maintained by: wren@cpan.org

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.12.1
  2. 9.10.1
  3. 9.8.2
  4. 9.6.5
  5. 9.4.8
  6. 9.2.4
  7. 9.0.1
  8. 8.10.3
  9. 8.8.4
  10. 8.6.5
  11. 8.4.4
  12. 8.2.2
  13. 8.0.2

Readme

data-or

CI Status Hackage version Stackage LTS version Stackage Nightly version

This package provides a data type for non-exclusive disjunction. In addition we provide a non-truncating version of zip, zipWith, etc.

Install

This is a simple package and should be easy to install. You should be able to use the standard:

$> cabal install data-or

Portability

An attempt has been made to keep this library as portable as possible. It is Haskell98 except for the use of CPP, which allows some functions to be good producers for list fusion in GHC.