modular: Type-safe modular arithmetic

[ bsd3, library, math ] [ Propose Tags ]

Please the documentation on GitHub at https://github.com/pgujjula/modular


[Skip to Readme]

Modules

[Last Documentation]

  • Numeric
    • Numeric.Modular

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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 && <4.12), ghc-typelits-knownnat (>=0.5 && <1) [details]
License BSD-3-Clause
Copyright 2018 Preetham Gujjula
Author Preetham Gujjula
Maintainer preetham.gujjula@gmail.com
Revised Revision 1 made by Bodigrim at 2022-06-19T09:49:47Z
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-05T09:01:21Z
Distributions LTSHaskell:0.1.0.8, NixOS:0.1.0.8, Stackage:0.1.0.8
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4484 total (35 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2018-11-05 [all 2 reports]

Readme for modular-0.1.0.0

[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.