eliminate instance of currying/partial application with constant value (a constant mailbox) is shell/shell.sml

This commit is contained in:
2024-12-17 10:55:58 +00:00
parent 90f8732f06
commit 7045b69ce8
2 changed files with 11 additions and 14 deletions

View File

@@ -73,7 +73,7 @@ struct
val buffer = LineGap.goToIdx (origIdx, buffer)
val searchList = SearchList.goToNum (origIdx, searchList)
in
(* todo: probably change return type to (buffer * searchList) later *)
(* todo: probably change return type to (buffer * searchList) *)
AppWith.searchList (app, searchList, buffer, searchString)
end
end