modular: Type-safe modular arithmetic

[ bsd3, library, math ] [ Propose Tags ]

Please see the GitHub page at https://github.com/pgujjula/modular for installation instructions, and the module documentation for Numeric.Modular for usage instructions.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.1.0.7, 0.1.0.8
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), ghc-typelits-knownnat (>=0.5 && <1) [details]
License BSD-3-Clause
Copyright 2018 Preetham Gujjula
Author Preetham Gujjula
Maintainer preetham.gujjula@gmail.com
Category Math
Home page https://github.com/pgujjula/modular#readme
Bug tracker https://github.com/pgujjula/modular/issues
Source repo head: git clone https://github.com/pgujjula/modular
Uploaded by pgujjula at 2018-11-05T20:37:00Z
Distributions LTSHaskell:0.1.0.8, NixOS:0.1.0.8, Stackage:0.1.0.8
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4453 total (34 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
Last success reported on 2018-11-05 [all 3 reports]

Readme for modular-0.1.0.8

[back to package description]

To build the project, first install stack (https://docs.haskellstack.org/en/stable/install_and_upgrade/). Then from the project directory, run stack build.

To build and view documentation, run stack haddock --open.