7 lines
103 B
Text
7 lines
103 B
Text
set_option new_elaborator true
|
|
open tactic
|
|
|
|
example : true :=
|
|
by do
|
|
trace $ "hello",
|
|
constructor
|