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
dbf31dfb2f98ce5f18ee85799066ca9ba5414eff
sml-projects
/
shf
/
message-types
/
draw-msg.sml
3 lines
93 B
Standard ML
Raw
Normal View
History
Unescape
Escape
remove some opaque signature ascriptions
2025-04-22 20:49:56 +01:00
structure
DrawMsg
=
adjust imperative shell to use xyz coordinates for position, instead of simply xy; need to ensure the functional core code outputs a vector in this format too
2025-09-11 01:43:23 +01:00
struct
datatype
t
=
DRAW_TEXT
of
Real32.
real
vector
|
YANK
of
string
end
Reference in New Issue
Copy Permalink