parent
c486203481
commit
96336bb44d
1 changed files with 13 additions and 0 deletions
13
tests/lean/run/998.lean
Normal file
13
tests/lean/run/998.lean
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import Lean
|
||||
set_option maxHeartbeats 100000
|
||||
-- attribute [simp] Array.findIdx?.loop -- Still broken
|
||||
attribute [simp] Lean.expandExplicitBindersAux.loop
|
||||
attribute [simp] Lean.Elab.Term.resolveLocalName.loop
|
||||
|
||||
|
||||
-- Mathlib
|
||||
-- attribute [simp] BinaryHeap.heapifyDown
|
||||
-- attribute [simp] ByteSlice.forIn.loop
|
||||
-- attribute [simp] Lean.Export.exportName
|
||||
-- attribute [simp] Lean.Export.exportLevel
|
||||
-- attribute [simp] Array.heapSort.loop
|
||||
Loading…
Add table
Reference in a new issue