lean4-htt/tests/lean/ppProofs.lean.expected.out
Leonardo de Moura 97e7e668d6
chore: pp.proofs.withType is now false by default (#3379)
`pp.proofs.withType := true` often produces too much noise in the info
view.
2024-02-17 15:09:24 +00:00

38 lines
738 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.

ppProofs.lean:8:47-8:48: error: don't know how to synthesize placeholder
context:
α β : Sort u_1
b : β
a : α
h : α = β
⊢ h ▸ a = b
ppProofs.lean:9:50-9:51: error: don't know how to synthesize placeholder
context:
α β : Sort u_1
b : β
a : α
h : α = β
⊢ ⋯ ▸ a = b
ppProofs.lean:10:50-10:98: error: unsolved goals
α β : Sort ?u
b : β
a : α
h : α = β
⊢ ⋯ ▸ a = b
ppProofs.lean:12:50-12:51: error: don't know how to synthesize placeholder
context:
α β : Sort u_1
b : β
a : α
h : α = β
⊢ ⋯ ▸ a = b
ppProofs.lean:14:50-14:51: error: don't know how to synthesize placeholder
context:
α β : Sort u_1
b : β
a : α
h : α = β
⊢ id h ▸ a = b
let x := ⋯;
0 : Nat
let x := Nat.le_succ 1;
0 : Nat