BSD-3-Clause licensed by wren gayle romano
Maintained by [email protected]
This version can be pinned in stack with:data-or-1.0.0.12@sha256:0c10125d71408b2608e12493be7b5eff8ad8ed9351bc6599ead6c61e55294e73,1958

Module documentation for 1.0.0.12

Depends on 1 package(full list with versions):

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.

Links