lean2/tests/lean/run/tactic3.lean

7 lines
171 B
Text
Raw Normal View History

import logic
theorem tst {A B : Bool} (H1 : A) (H2 : B) : A
:= by [echo "first try", show, now |
echo "second try", fail |
echo "third try", exact]