lean4-htt/tests/lean/interactive/trace.lean
2017-02-03 17:01:46 -08:00

7 lines
111 B
Text

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