lean2/tests/lean/print_thm.lean.expected.out
Leonardo de Moura 8a85e4ee87 feat(frontends/lean/builtin_cmds): improve print <id> when <id> is a not yet revealed theorem
We add a remark saying the command `reveal <id>` should be used to
access `<id>` definition.
2015-06-13 12:12:22 -07:00

4 lines
185 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

theorem simple : ∀ (a : ), a ≥ 0
'simple' is still in the theorem queue, use command 'reveal simple' to access its definition.
theorem simple : ∀ (a : ), a ≥ 0 :=
zero_le