fix all remaining type errors

This commit is contained in:
2025-09-29 15:06:33 +01:00
parent fd321c2f14
commit 665497cf46
4 changed files with 7 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ struct
fun switchToNormalSearchMode (app: app_type) =
NormalSearchFinish.onSearchChanged
(app, "", Vector.fromList [], 0, 0, #buffer app)
(app, "", PersistentVector.empty, 0, 0, #buffer app)
fun getNumLength (pos, str) =
if pos = String.size str then