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