This website requires JavaScript.
Explore
Help
Register
Sign In
humza
/
sml-projects
Watch
1
Star
0
Fork
0
You've already forked sml-projects
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f3a4e15ed52221e0c3f345dfca2173a3a8c0be76
sml-projects
/
dotscape
/
message-types
/
update-msg.sml
3 lines
96 B
Standard ML
Raw
Normal View
History
Unescape
Escape
begin refactoring AppUpdate structure
2025-07-06 02:49:38 +01:00
structure
UpdateMessage
=
change AppUpdate.update function to return a list, so we can return multiple messages from a single event
2024-09-27 08:27:53 +01:00
struct
datatype
t
=
DRAW
of
DrawMessage.
t
|
FILE
of
FileMessage.
t
end
Reference in New Issue
Copy Permalink