group-theory: The theory of groups

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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:

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


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.2.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:19:08Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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