20 lines
307 B
Text
20 lines
307 B
Text
open tactic
|
|
|
|
declare_trace foo.bla
|
|
|
|
example : true :=
|
|
by do
|
|
when_tracing `foo.bla $ do {
|
|
trace "hello",
|
|
trace "world" },
|
|
constructor
|
|
|
|
set_option trace.foo.bla true
|
|
print "------------"
|
|
|
|
example : true :=
|
|
by do
|
|
when_tracing `foo.bla $ do {
|
|
trace "hello",
|
|
trace "world" },
|
|
constructor
|