linear-tests: Linear Algebra

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Please see the README on GitHub at https://github.com/pdlla/linear-tests#readme


[Skip to Readme]

Properties

Versions 0.1.1.0, 0.1.1.0, 0.1.2.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), lens, linear, QuickCheck [details]
License BSD-3-Clause
Copyright 2020 pdlla
Author pdlla
Maintainer chippermonky@gmail.com
Category Math, Algebra, Testing
Home page https://github.com/pdlla/linear-tests#readme
Bug tracker https://github.com/pdlla/linear-tests/issues
Source repo head: git clone https://github.com/pdlla/linear-tests
Uploaded by pdlla at 2020-03-27T23:41:30Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for linear-tests-0.1.1.0

[back to package description]

linear-tests

This library provides QuickCheck Arbitrary instances of data types in the linear package.

The property tests in this package test both the newly defined Arbitrary instances as well as methods in the linear package itself. It's hard to distinguish between the two types of test so they are all just lumped together.

The current instances are just ones I (and hopefully others) find useful. Feel free to add your own and submit a PR.