Skip to content

Latest commit

 

History

History
executable file
·
18 lines (15 loc) · 743 Bytes

README.md

File metadata and controls

executable file
·
18 lines (15 loc) · 743 Bytes

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.