7 lines
No EOL
108 B
Text
7 lines
No EOL
108 B
Text
import logic
|
|
using tactic
|
|
|
|
theorem tst {A B : Prop} (H1 : A) (H2 : B) : A
|
|
:= by state; assumption
|
|
|
|
check tst |