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

[ bsd3, data, library ] [ Propose Tags ]

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
Change log CHANGELOG
Dependencies base (>=4 && <5) [details]
License BSD-3-Clause
Copyright Copyright (c) 2010–2021 wren gayle romano
Author wren gayle romano
Maintainer wren@cpan.org
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
Uploaded by WrenRomano at 2021-10-18T06:19:15Z
Distributions LTSHaskell:1.0.0.7, NixOS:1.0.0.7, Stackage:1.0.0.7
Reverse Dependencies 2 direct, 11 indirect [details]
Downloads 3536 total (20 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-10-18 [all 1 reports]

Readme for data-or-1.0.0.7

[back to package description]

data-or

Hackage version Build Status Dependencies

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.