Skip to content

A Haskell library with typeclasses and types for common abstract algebra structures (Groups,Rings,Fields)

Notifications You must be signed in to change notification settings

nihils/AlgebraicStructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlgebraicStructures is a library of typeclasses and types for using algebraic structures in Haskell. The library also contains some example implementations.

License

AlgebraicStructures is licensed under Creative Commons Attribution Non-Commercial ShareAlike 3.0 Unported Creative Commons Attribution Non-Commercial ShareAlike 3.0 Unported

Installation

Pull from repo, and compile:

git clone https://github.com/nihils/AlgebraicStructures.git
cd AlgebraicStructures
make 

Usage

Check out src/Objects.hs to see example implementations of Groups.

About

A Haskell library with typeclasses and types for common abstract algebra structures (Groups,Rings,Fields)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published