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
884c5fa08dbd1d3b780ba5f64a53d079f180afbf
sml-projects
/
shell
History
Humza Shahid
7045b69ce8
eliminate instance of currying/partial application with constant value (a constant mailbox) is shell/shell.sml
2024-12-17 10:55:58 +00:00
..
gl-draw.sml
add bgVertexBuffer and bgProgram to imperative shell, so we can draw bg and cursor without overlap, and without z-index
2024-11-15 10:26:22 +00:00
gl-shaders.sml
add shader strings for open gl
2024-09-30 15:46:19 +01:00
shell.sml
eliminate instance of currying/partial application with constant value (a constant mailbox) is shell/shell.sml
2024-12-17 10:55:58 +00:00
update-thread.sml
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