lean2/tests/lean/subst.lean.expected.out
Leonardo de Moura 935c2a03a3 feat(*): change name conventions for Lean builtin libraries
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-05 19:21:44 -08:00

13 lines
382 B
Text
Raw 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.

Set: pp::colors
Set: pp::unicode
Imported 'Int'
Assumed: a
Assumed: n
Assumed: H1
Assumed: H2
Proved: T
Set: lean::pp::coercion
Set: lean::pp::notation
Set: lean::pp::implicit
theorem T : @eq (Int::add (Int::add a (nat_to_int n)) a) (nat_to_int 10) :=
@subst a (nat_to_int n) (λ x : , @eq (Int::add (Int::add a x) a) (nat_to_int 10)) H1 H2