lean4-htt/tests/lean/shadow.lean.expected.out
Leonardo de Moura 02e6f019c4 refactor: move nextMacroScope to Core.State
@Kha We now can create scoped user-facing names at `CoreM` and `MetaM`
methods.
2020-09-18 12:00:24 -07:00

40 lines
961 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.

shadow.lean:6:0: error: type mismatch
h
has type
x✝ = x✝
but it is expected to have type
x = x
failed to synthesize instance
CoeT (x✝ = x✝) h (x = x)
shadow.lean:10:0: error: type mismatch
h
has type
x = x
but it is expected to have type
x = x
failed to synthesize instance
CoeT (x = x) h (x = x)
shadow.lean:13:0: error: don't know how to synthesize placeholder
context:
α : Type u_1
inst✝¹ : Inhabited α
inst✝ inst : α
β✝ δ✝ : Type
α → β✝ → δ✝ → α × β✝ × δ✝
shadow.lean:17:0: error: don't know how to synthesize placeholder
context:
α : Type u_1
inst.68 : Inhabited α
inst inst : α
β.93 δ.94 : Type
α → β.93 → δ.94 → α × β.93 × δ.94
shadow.lean:20:0: error: don't know how to synthesize placeholder
context:
α : Type u_1
β : Sort u_2
inst✝² : α
inst✝¹ b : β
inst : α
inst✝ : Inhabited α
β✝ δ✝ : Type
α → β✝ → δ✝ → α × β✝ × δ✝