6 lines
72 B
Text
6 lines
72 B
Text
open tactic
|
|
|
|
example : true :=
|
|
by do
|
|
trace $ "hello",
|
|
constructor
|