fix: bring lengthTR lemma back into scope at toArray (#12502)

This PR brings the `length = lengthTR` lemma back into scope after shake
mistakenly removed it.
This commit is contained in:
Henrik Böving 2026-02-16 14:33:10 +01:00 committed by GitHub
parent f084ce1497
commit 620ef3bb86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -7,6 +7,7 @@ module
prelude
public import Init.Prelude
import Init.Data.List.Basic
public section

View file

@ -0,0 +1,5 @@
/-! regression test against missing csimp lemmas in Init -/
/-- info: 300000 -/
#guard_msgs in
#eval (List.range (3 * 10 ^ 5)).toArray.size