0c059a9917
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
7 lines
No EOL
123 B
Text
7 lines
No EOL
123 B
Text
Axiom magic (a : Bool) : a.
|
|
|
|
Theorem T (a : Bool) : a.
|
|
apply (** apply_tac("magic") **).
|
|
done.
|
|
|
|
Show Environment 1. |