linear-tests: Linear Algebra

[ algebra, bsd3, library, math, testing ] [ Propose Tags ]

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


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 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:57:46Z
Distributions NixOS:0.1.2.0
Downloads 547 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for linear-tests-0.1.2.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.