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