lean2/tests/lean/634b.lean.expected.out
Leonardo de Moura 3b7b268e40 fix(frontends/lean/pp): fixes #634
trying again...
2015-05-29 14:07:38 -07:00

23 lines
566 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.

A : Type₁
foo.A : Type₁
foo.A (X × B) : Type₁
foo.A (X × B) : Type₁
foo.A (foo.B A) : Type₁
foo.A (foo.B A) : Type₁
foo.A (foo.B (foo.A )) : Type₁
foo.A X : Type₁
foo.A : Type₁
foo.A (X × foo.B X) : Type₁
foo.A (foo.B (foo.A X)) : Type₁
foo.A (foo.B (foo.A )) : Type₁
@A n : Type₁
@foo.A 10 : Type₁
@A n : Type₁
@foo.A X n : Type₁
@foo.A X n : Type₁
@A n : Type₁
@foo.A B n : Type₁
@foo.A (foo.B (@A n)) n : Type₁
@foo.A (foo.B (@A n)) n : Type₁
@foo.A (foo.B (@foo.A n)) n : Type₁
@A n : Type₁