lean2/tests/lean/conv.lean.expected.out
Leonardo de Moura 29ad71f9fc test(conversion): add more conversion tests
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-10-15 15:35:08 -07:00

19 lines
379 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
Defined: id
Assumed: p
λ x : id , x : (id ) → (id )
Assumed: f
p f : Bool
Defined: c
Assumed: g
Assumed: a
g a : Bool
Defined: c2
Assumed: b
c2::explicit : Π (T : Type), Type 3 → T → Type 3
Assumed: g2
g2 : (c2 Type 2 b) → Bool
Assumed: a2
g2 a2 : Bool
λ x : c2 Type 1 b, g2 x : (c2 Type 1 b) → Bool