factory-0.3.2.1: README.markdown
# **Factory**
[](https://travis-ci.org/functionalley/Factory)
[](https://hackage.haskell.org/package/factory)
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://haskell.org)
This is "**Factory**", a library of number-theory functions.
## Installation
It can be built and installed using [Cabal](https://www.haskell.org/cabal/users-guide/installing-packages.html).
## Documentation
More information about this library can be found at [Factory](https://functionalley.com/Factory/factory.html).
## License
For information on copying and distributing this package, see the file "**LICENSE**" in this directory.
## Bug-reporting
Bug-reports should be emailed to <factory@functionalley.com>.
## Testing
The test-suite can be run using:
cabal configure --enable-tests;
cabal build;
cabal test --show-details=always;
## Author
This library is written and maintained by Dr. Alistair Ward.