metaprogramming-rosetta-stone icon indicating copy to clipboard operation
metaprogramming-rosetta-stone copied to clipboard

Autoinduct, add more tests

Open tlringer opened this issue 2 years ago • 1 comments

Some cases to test:

  • Function on both sides of equality
  • Multiple different fixpoints occur in goal
  • Function constant is an alias for another constant, which wraps the fixpoint
  • Under binders (ambitious)
  • Different numbers of arguments
  • Currying
  • Let

Probably more.

tlringer avatar Jun 29 '23 09:06 tlringer

Many are done, may add more later to test some of the remaining three cases mentioned here though (let, binders, currying)

tlringer avatar Jun 29 '23 15:06 tlringer