8 lines
113 B
Text
8 lines
113 B
Text
exit
|
|
import logic
|
|
open tactic
|
|
|
|
theorem tst {A B : Prop} (H1 : A) (H2 : B) : A
|
|
:= by state; assumption
|
|
|
|
check tst
|