5 lines
91 B
Text
5 lines
91 B
Text
import logic
|
|
import tactic
|
|
|
|
theorem tst {A B : Bool} (H1 : A) (H2 : B) : A
|
|
:= by exact_tac
|