begin scaffolding NormalSearchMode (normal mode, except we are searching)
This commit is contained in:
@@ -2,6 +2,8 @@ structure AppUpdate =
|
||||
struct
|
||||
open AppType
|
||||
|
||||
fun update (app, msg, time) =
|
||||
case #mode app of NORMAL_MODE str => NormalMode.update (app, str, msg, time)
|
||||
fun update (app: app_type, msg, time) =
|
||||
case #mode app of
|
||||
NORMAL_MODE str => NormalMode.update (app, str, msg, time)
|
||||
| NORMAL_SEARCH_MODE str => NormalSearchMode.update (app, str, msg, time)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user