dd62af1641
When using tactics for proving theorems, a common pattern is Theorem T : <proposition> := _. apply <tactic>. ... done. This commit allows the user to write the simplified form: Theorem T : <proposition>. apply <tactic>. ... done. Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
3 lines
49 B
Text
3 lines
49 B
Text
Set: pp::colors
|
|
Set: pp::unicode
|
|
Proved: T
|