Typos were found with ``` pip install codespell --upgrade codespell --summary --ignore-words-list enew,forin,fro,happend,hge,ihs,iterm,spred --skip stage0 --check-filenames codespell --summary --ignore-words-list enew,forin,fro,happend,hge,ihs,iterm,spred --skip stage0 --check-filenames --regex '[A-Z][a-z]*' codespell --summary --ignore-words-list enew,forin,fro,happend,hge,ihs,iterm,spred --skip stage0 --check-filenames --regex "\b[a-z']*" ```
5 lines
166 B
Text
5 lines
166 B
Text
example (h : 0 = 1) : False := by
|
|
first | trace_state; fail | contradiction
|
|
|
|
example (h : 0 = 1) : False := by
|
|
first | trace "first branch"; fail | contradiction
|