lean4-htt/old_tests/tests/lean/expr_quote.lean.expected.out
2018-04-10 12:56:55 -07:00

8 lines
398 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.

expr_quote.lean:1:30: error: invalid quotation, contains universe metavariable
expr_quote.lean:1:9: error: type of sorry macro is not a sort
expr_quote.lean:1:9: error: don't know how to synthesize placeholder
context:
α a : expr
⊢ Sort ?
meta def g : expr → expr → expr :=
λ (α a : expr), id_rhs.{1} expr (expr.subst (expr.subst ↑`(λ (_x_1 : Type 2) (_x_2 : _x_1), id.{3} _x_2) α) a)