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
6b91d64fc3f4e5cc477e9efebd4a0ba20924b731
sml-projects
/
shf
/
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