Description
Type-safe modular arithmetic.
Description
Please see the GitHub page at https://github.com/pgujjula/modular for installation instructions, and the module documentation for Numeric.Modular for usage instructions.
README.md
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
.