e51c4ad2e9
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
7 lines
108 B
Text
7 lines
108 B
Text
import logic
|
|
open tactic
|
|
|
|
theorem tst {A B : Prop} (H1 : A) (H2 : B) : A
|
|
:= by state; assumption
|
|
|
|
check tst
|