10 lines
87 B
Standard ML
10 lines
87 B
Standard ML
|
|
signature DRAW_MESSAGE =
|
||
|
|
sig
|
||
|
|
|
||
|
|
end
|
||
|
|
|
||
|
|
structure DrawMessage :> DRAW_MESSAGE =
|
||
|
|
struct
|
||
|
|
|
||
|
|
end
|