lean2/tests/lean/run/tactic2.lean

5 lines
112 B
Text
Raw Normal View History

import logic
theorem tst {A B : Bool} (H1 : A) (H2 : B) : A
:= by [echo "executing simple tactic", assumption]