6ab46396d8
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
9 lines
No EOL
187 B
Text
9 lines
No EOL
187 B
Text
import standard
|
|
using tactic
|
|
|
|
theorem tst {A B : Bool} (H1 : A) (H2 : B) : A
|
|
:= by trace "first"; state; now |
|
|
trace "second"; state; fail |
|
|
trace "third"; exact
|
|
|
|
check tst |