commutative: Commutative binary operations.

[ bsd3, data, library ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.1.1, 0.0.1.2, 0.0.1.3, 0.0.1.4, 0.0.2 (info)
Dependencies base (>=4.11 && <5.0), random, semigroups, vector [details]
License BSD-3-Clause
Copyright 2018 Athan Clark
Author Athan Clark
Maintainer athan.clark@localcooking.com
Category Data
Home page https://github.com/athanclark/commutative#readme
Bug tracker https://github.com/athanclark/commutative/issues
Source repo head: git clone https://github.com/athanclark/commutative
Uploaded by athanclark at 2018-11-20T21:29:36Z
Distributions LTSHaskell:0.0.2, NixOS:0.0.2, Stackage:0.0.2
Reverse Dependencies 1 direct, 7 indirect [details]
Downloads 4637 total (25 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-11-20 [all 1 reports]

Readme for commutative-0.0.2

[back to package description]

commutative

Semantics for commutative operations in Haskell

Idea

There isn't a class for commutative binary operations, and this is a joke attempt at making one.