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

18 lines
571 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.

pp_shadowed_const.lean:1:55: error: don't know how to synthesize placeholder
context:
bool :
⊢ _root_.bool → _root_.bool = _root_.bool
def g : 1 == 1 → 1 == 1 :=
λ (heq_1 : 1 == 1), heq.symm heq_1
pp_shadowed_const.lean:7:39: error: don't know how to synthesize placeholder
context:
n :
⊢ pred n = n
pp_shadowed_const.lean:8:42: error: don't know how to synthesize placeholder
context:
pred :
⊢ nat.pred pred = pred
pp_shadowed_const.lean:9:48: error: don't know how to synthesize placeholder
context:
pred nat :
⊢ _root_.nat.pred pred = nat