This PR sets up the new integrated test/bench suite. It then migrates all benchmarks and some related tests to the new suite. There's also some documentation and some linting. For now, a lot of the old tests are left alone so this PR doesn't become even larger than it already is. Eventually, all tests should be migrated to the new suite though so there isn't a confusing mix of two systems.
8 lines
951 B
Text
8 lines
951 B
Text
notNaturalNumbersGame.lean:6:20: error: unknown tactic
|
|
notNaturalNumbersGame.lean:6:14-6:20: error(lean.inductionWithNoAlts): Invalid syntax for induction tactic: The `with` keyword must be followed by a tactic or by an alternative (e.g. `| zero =>`), but here it is followed by the identifier `n`.
|
|
notNaturalNumbersGame.lean:13:16: error: unknown tactic
|
|
notNaturalNumbersGame.lean:13:10-13:16: error(lean.inductionWithNoAlts): Invalid syntax for case analysis tactic: The `with` keyword must be followed by a tactic or by an alternative (e.g. `| zero =>`), but here it is followed by the identifier `n`.
|
|
notNaturalNumbersGame.lean:22:2-22:11: error: Alternative `zero` has not been provided
|
|
notNaturalNumbersGame.lean:22:2-22:11: error: Alternative `succ` has not been provided
|
|
notNaturalNumbersGame.lean:25:2-25:7: error: Alternative `zero` has not been provided
|
|
notNaturalNumbersGame.lean:25:2-25:7: error: Alternative `succ` has not been provided
|