change AppUpdate.update function to return a list, so we can return multiple messages from a single event
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
signature UPDATE_MESSAGE =
|
||||
sig
|
||||
datatype t = DRAW of DrawMessage.t | FILE of FileMessage.t | NO_MAILBOX
|
||||
datatype t = DRAW of DrawMessage.t | FILE of FileMessage.t
|
||||
end
|
||||
|
||||
structure UpdateMessage :> UPDATE_MESSAGE =
|
||||
struct datatype t = DRAW of DrawMessage.t | FILE of FileMessage.t | NO_MAILBOX end
|
||||
struct datatype t = DRAW of DrawMessage.t | FILE of FileMessage.t end
|
||||
|
||||
Reference in New Issue
Block a user