05b0f24cb5
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
10 lines
165 B
Text
10 lines
165 B
Text
import logic tools.tactic
|
|
using tactic
|
|
|
|
definition simple := apply trivial
|
|
|
|
tactic_hint simple
|
|
|
|
theorem foo : true
|
|
theorem foo2 (a : Prop) : a :
|
|
theorem foo3 : true
|