File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -515,6 +515,8 @@ theorem extract_of_valid (l m r : List Char) :
515515 Pos.Raw.extract.go₁_append_right _ _ _ _ _ (by rfl)]
516516 apply Pos.Raw.extract.go₂_append_left; apply Nat.add_comm
517517
518+ -- Commented out as failing on nightly-2025-11-20.
519+ /-
518520theorem splitAux_of_valid (p l m r acc) :
519521 splitAux (ofList (l ++ m ++ r)) p ⟨utf8Len l⟩ ⟨utf8Len l + utf8Len m⟩ acc =
520522 acc.reverse ++ (List.splitOnP.go p r m.reverse).map ofList := by
@@ -542,6 +544,7 @@ theorem splitToList_of_valid (s p) : splitToList s p = (List.splitOnP p s.toList
542544@[deprecated splitToList_of_valid (since := "2025-10-18")]
543545theorem split_of_valid (s p) : splitToList s p = (List.splitOnP p s.toList).map ofList :=
544546 splitToList_of_valid s p
547+ -/
545548
546549-- TODO: splitOn
547550
You can’t perform that action at this time.
0 commit comments