This PR enables the elaboration of theorem bodies, i.e. proofs, to happen in parallel to each other as well as to other elaboration tasks. Specifically, to be eligible for parallel proof elaboration, * the theorem must not be in a `mutual` block * `deprecated.oldSectionVars` must not be set * `Elab.async` must be set (currently defaults to `true` in the language server, `false` on the cmdline) To be activated for downstream projects (i.e. in stage 1) pending further Mathlib validation.
33 lines
855 B
Text
33 lines
855 B
Text
shadow.lean:6:0-6:1: error: type mismatch
|
||
h
|
||
has type
|
||
x✝ = x✝ : Prop
|
||
but is expected to have type
|
||
x = x : Prop
|
||
shadow.lean:10:0-10:1: error: type mismatch
|
||
h
|
||
has type
|
||
x = x : Prop
|
||
but is expected to have type
|
||
x = x : Prop
|
||
shadow.lean:13:0-13:1: error: don't know how to synthesize placeholder
|
||
context:
|
||
α : Type u_1
|
||
inst✝¹ : Inhabited α
|
||
inst✝ inst : α
|
||
⊢ {β δ : Type} → α → β → δ → α × β × δ
|
||
shadow.lean:17:0-17:1: error: don't know how to synthesize placeholder
|
||
context:
|
||
α : Type u_1
|
||
inst.74 : Inhabited α
|
||
inst inst : α
|
||
⊢ {β δ : Type} → α → β → δ → α × β × δ
|
||
shadow.lean:20:0-20:1: error: don't know how to synthesize placeholder
|
||
context:
|
||
α : Type u_1
|
||
β : Sort u_2
|
||
inst✝² : α
|
||
inst✝¹ b : β
|
||
inst : α
|
||
inst✝ : Inhabited α
|
||
⊢ {β δ : Type} → α → β → δ → α × β × δ
|