lean2/tests/lean/implicit1.lean.expected.out
Leonardo de Moura 63e102055e Move metavariables to the kernel. This is the first step for implementing the new elaborator.
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-09-15 12:09:01 -07:00

30 lines
810 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
Assumed: f
∀ a : , (f a a) > 0
∀ a b : , (f a b) > 0
Assumed: g
∀ (a : ) (b : ), (g a b) > 0
∀ a b : , (g a (f a b)) > 0
Set: lean::pp::coercion
∀ a b : , (g a (int_to_real (f a b))) > (nat_to_int 0)
λ a : , a + 1
Error (line: 10, pos: 18) ambiguous overloads
Candidates:
Real::add :
Int::add :
Nat::add :
Arguments:
a : ?M0
b : ?M2[lower:2:2 lift:0:1 subst:0 a]
λ a b c : , a + c + b
Error (line: 17, pos: 19) ambiguous overloads
Candidates:
Real::add :
Int::add :
Nat::add :
Arguments:
a : ?M0
b : ?M2[lower:2:2 lift:0:1 subst:0 a]
Assumed: x
λ a b : , a + x + b