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
8fdc710db4f7d6bcb934f959a9a44f2e6fc213ec
sml-projects
/
message-types
/
mailbox-type.sml
2 lines
66 B
Standard ML
Raw
Normal View
History
Unescape
Escape
remove usage of concurrent ml, deciding that we prefer to run everything in the main thread instead
2025-10-17 23:08:16 +01:00
structure
MailboxType
=
struct
datatype
t
=
DRAW
of
DrawMsg.
t
end
Reference in New Issue
Copy Permalink