data-or: A data type for non-exclusive disjunction.

[ bsd3, data, library ] [ Propose Tags ] [ Report a vulnerability ]

A data type for non-exclusive disjunction.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0, 1.0.0.4, 1.0.0.5, 1.0.0.7, 1.0.0.12
Change log CHANGELOG
Dependencies base (>=4 && <5) [details]
Tested with ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.4, ghc ==8.6.5, ghc ==8.8.4, ghc ==8.10.3, ghc ==9.0.1, ghc ==9.2.4, ghc ==9.4.8, ghc ==9.6.5, ghc ==9.8.2, ghc ==9.10.1, ghc ==9.12.1, ghc ==9.14.1
License BSD-3-Clause
Copyright 2010–2026 wren romano
Author wren gayle romano
Maintainer [email protected]
Uploaded by WrenRomano at 2026-03-01T02:35:28Z
Category Data
Home page https://wrengr.org/software/hackage.html
Bug tracker https://github.com/wrengr/data-or/issues
Source repo head: git clone https://github.com/wrengr/data-or.git
Distributions LTSHaskell:1.0.0.7, NixOS:1.0.0.7, Stackage:1.0.0.7
Reverse Dependencies 2 direct, 22 indirect [details]
Downloads 3836 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for data-or-1.0.0.12

[back to package description]

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.