a bit of formatting (no other changes in this commit)
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
signature DRAW_MESSAGE =
|
||||
sig
|
||||
datatype t =
|
||||
DRAW_BUTTON of Real32.real vector
|
||||
datatype t = DRAW_BUTTON of Real32.real vector
|
||||
end
|
||||
|
||||
structure DrawMessage :> DRAW_MESSAGE =
|
||||
struct
|
||||
datatype t =
|
||||
DRAW_BUTTON of Real32.real vector
|
||||
struct
|
||||
datatype t = DRAW_BUTTON of Real32.real vector
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user