44a31dd8fb
- The extension does not have to be provided. - It can also import Lua files. - Hierachical names can be used instead of strings. Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
8 lines
No EOL
152 B
Text
8 lines
No EOL
152 B
Text
Import tactic
|
|
Check @Discharge
|
|
Theorem T (a b : Bool) : a => b => b => a.
|
|
apply Discharge.
|
|
apply Discharge.
|
|
apply Discharge.
|
|
exact.
|
|
done. |