groupoids: Haskell 98 Groupoids

[ bsd3, categories, control, deprecated, library ] [ Propose Tags ]
Deprecated in favor of semigroupoids

Haskell 98 Groupoids


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.1.1.1, 0.1.1.2, 0.2, 0.2.1, 0.2.1.1, 0.2.1.2, 3.0, 3.0.1, 3.0.1.1, 3.2.0.1, 4.0
Change log CHANGELOG.markdown
Dependencies base (>=4 && <4.5 || >=4.6 && <5), semigroupoids (>=3) [details]
License BSD-3-Clause
Copyright Copyright (C) 2011-2013 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Revised Revision 1 made by AdamBergmark at 2015-05-28T08:18:50Z
Category Control, Categories
Home page http://github.com/ekmett/groupoids/
Bug tracker http://github.com/ekmett/groupoids/issues
Source repo head: git clone git://github.com/ekmett/groupoids.git
Uploaded by EdwardKmett at 2013-01-06T23:36:03Z
Distributions NixOS:4.0
Reverse Dependencies 6 direct, 8154 indirect [details]
Downloads 23036 total (35 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for groupoids-3.0.1.1

[back to package description]

groupoids

Build Status

A groupoid is a category where every arrow has an inverse. This package provides them for Haskell.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett