lean4-htt/old_tests/tests/lean/format_thunk1.lean
2018-04-10 12:56:55 -07:00

8 lines
132 B
Text

open tactic
example : true :=
by do
str ← to_expr ``(string),
one ← to_expr ``(1),
definev `H str one,
constructor