6 lines
84 B
Standard ML
6 lines
84 B
Standard ML
|
|
structure DrawMsg =
|
||
|
|
struct
|
||
|
|
datatype t =
|
||
|
|
REDRAW_TEXT of Real32.real vector
|
||
|
|
end
|