This PR adjusts the test scripts and adds a simple test-only lakefile so that `experimental.module` is set both when editing and running tests.
7 lines
98 B
Text
7 lines
98 B
Text
module
|
|
|
|
inductive t | one | two
|
|
|
|
example (h : False) : t.one = t.two := by
|
|
simp
|
|
contradiction
|