eliminate instance of currying/partial application with constant value (a constant mailbox) is shell/shell.sml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user