cbc81ea6c5
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
5 lines
91 B
Text
5 lines
91 B
Text
import logic
|
|
using tactic
|
|
|
|
theorem tst {A B : Prop} (H1 : A) (H2 : B) : A
|
|
:= by assumption
|