lean4-htt/tests/lean/mvar3.lean.expected.out
Leonardo de Moura ff4be1e1db feat: add Repr instances for Level and Expr
closes #619

TODO: a better `Repr` instance for `Expr.Data`
2022-01-20 09:26:06 -08:00

10 lines
367 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.

"[n.1, n.2, n.3, m1, m2, m3]"
"[(m1, ?n α), (m2, ?n α x), (m3, ?n α x)]"
"fun (α : Type) (x : ?n α) (y : Nat -> (?n α x)) => f (?n α x) x"
"[n.1, n.2, n.3, m1, m2, m3]"
"[(m1, ?n α), (m2, ?n α x)]"
"[n.2]"
"fun (α : Type) (x : ?n α) (y : Nat -> (?n α x)) => f (?n α x) y"
assigning ?m1 and ?n
"fun (α : Type) (x : Nat) (y : Nat -> (?n α x)) => f x y"