group-theory: The theory of groups

[ algebra, bsd3, groups, library, math, permutations ] [ Propose Tags ]

This package includes definitions for Groups (monoids with invertibility), including finite, free, simple, cyclic, and permutation groups. Additionally, we add the concept of Cancelative functors, building upon Alternative applicative functors.


[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

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.2.2
Change log CHANGELOG.md
Dependencies base (>=4.11 && <5), containers (>=0.5 && <0.7) [details]
License BSD-3-Clause
Copyright (c) 2020 Emily Pillmore <emilypi@cohomolo.gy>
Author Emily Pillmore
Maintainer emilypi@cohomolo.gy
Revised Revision 1 made by topos at 2020-12-05T18:45:19Z
Category Algebra, Math, Permutations, Groups
Home page https://github.com/emilypi/group-theory
Bug tracker https://github.com/emilypi/group-theory/issues
Source repo head: git clone https://github.com/emilypi/group-theory.git
Uploaded by topos at 2020-12-05T18:34:19Z
Distributions
Downloads 618 total (14 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-12-05 [all 1 reports]

Readme for group-theory-0.1.0.0

[back to package description]

group-theory

Hackage Build Status

This is a package for exploring constructive group theory in Haskell.

Contact Information

Contributions and bug reports are welcome!

Co-maintained by Emily Pillmore (@topos) and Reed Mullanix (@totbwf). Please feel free to contact either myself, or Reed through github or on the #haskell IRC channel on irc.freenode.net.

- Emily