6 lines
72 B
Text
6 lines
72 B
Text
|
import tactic
|
||
|
|
||
|
theorem T : false → false
|
||
|
:= by simp
|
||
|
|
||
|
print environment
|