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
252
Commits
1
Branch
0
Tags
528aea59a1eb5508565aec66626c3c0eea9e118b
Commit Graph
3 Commits
Author
SHA1
Message
Date
Humza Shahid
16fdfc7ac2
print stack trace for when an exception occurs
2025-08-03 13:14:28 +01:00
Humza Shahid
90f8732f06
move msgs into AppType.app_type, and refactor AppUpdate.update function to have type (app_type -> app_type) instead of pervious case which was (app_type -> app_type * MailboxType.t list). Reason: no need to allocate/return tuple when can store messages in type directly; previous msg list will be reset after each app update. All tests after refactor are passing.
2024-12-17 10:40:06 +00:00
Humza Shahid
b95fc48252
scaffolding for concurrent ml
2024-10-06 09:32:56 +01:00