algebra-tactics icon indicating copy to clipboard operation
algebra-tactics copied to clipboard

Reorganize the test-suite and examples

Open pi8027 opened this issue 2 years ago • 0 comments

Files in examples/ have two roles:

  • examples showing the features of Algebra Tactics, and
  • test-suite.

I see the following three issues:

  • Currently, these two things are kind of mixed. So, they are not very friendly to the users who want to discover the features.
  • Checking ring_examples.v and field_examples.v requires uncommenting Require Imports. (This way we can test the "no check" option.)
  • As the test suite, they are not very exhaustive either.

pi8027 avatar Oct 19 '23 12:10 pi8027