group-theory: The theory of groups

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

This package includes definitions for Groups (Monoids with invertibility), including order calculations as well as finite, free, cyclic, and permutation groups. Additionally, we add the concept of Cancellative functors, building upon Alternative applicative functors.

There are other group theory related packages on Hackage:

  • groups: A minimal, low-footprint definition

  • magmas: A pedagogical hierarchy of algebras, starting from Magmas, including Loops, and Inverse Semigroups.

  • arithmoi: Number theory, typelevel modular arithmetic, and cyclic groups.

This package, group-theory, tries to combine the best parts, while focusing on usability and intuitiveness.


[Skip to Readme]

Downloads

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), groups (>=0.5.2 && <0.6) [details]
License BSD-3-Clause
Copyright (c) 2020 Emily Pillmore <emilypi@cohomolo.gy>
Author Emily Pillmore
Maintainer Emily Pillmore <emilypi@cohomolo.gy>, Reed Mullanix <reedmullanix@gmail.com>
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-14T19:22:56Z
Distributions
Downloads 604 total (11 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-14 [all 1 reports]

Readme for group-theory-0.2.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