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

7 lines
111 B
Text

example (p q : Prop) : p → q → p :=
begin
trace "foo",
intros,
trace "hello world",
assumption
end