This PR sets up the new integrated test/bench suite. It then migrates all benchmarks and some related tests to the new suite. There's also some documentation and some linting. For now, a lot of the old tests are left alone so this PR doesn't become even larger than it already is. Eventually, all tests should be migrated to the new suite though so there isn't a confusing mix of two systems.
33 lines
826 B
Text
33 lines
826 B
Text
shadow.lean:6:0-6:1: error: Type mismatch
|
||
h
|
||
has type
|
||
x✝ = x✝
|
||
but is expected to have type
|
||
x = x
|
||
shadow.lean:10:0-10:1: error: Type mismatch
|
||
h
|
||
has type
|
||
x = x
|
||
but is expected to have type
|
||
x = x
|
||
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.3 : 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} → α → β → δ → α × β × δ
|