reimplement search list functionality (when building whole search list, not from range) to start from index 0, to get rid of edge cases resulting from reading the string backwards

This commit is contained in:
2025-08-30 23:05:11 +01:00
parent 148b72835b
commit de46376e4e
5 changed files with 115 additions and 744 deletions

View File

@@ -10,13 +10,15 @@ message-types/input-msg.sml
message-types/draw-msg.sml
message-types/mailbox-type.sml
fcore/bin-search.sml
ann
"allowVectorExps true"
in
fcore/search-list.sml
fcore/persistent-vector.sml
end
fcore/bin-search.sml
fcore/search-list.sml
fcore/app-type.sml
fcore/app-with.sml