remove some opaque signature ascriptions
This commit is contained in:
@@ -1,13 +1,4 @@
|
||||
signature DRAW_MSG =
|
||||
sig
|
||||
datatype t =
|
||||
REDRAW_TEXT of Real32.real vector
|
||||
| REDRAW_CURSOR of Real32.real vector
|
||||
| REDRAW_BG of Real32.real vector
|
||||
| YANK of string
|
||||
end
|
||||
|
||||
structure DrawMsg :> DRAW_MSG =
|
||||
structure DrawMsg =
|
||||
struct
|
||||
datatype t =
|
||||
REDRAW_TEXT of Real32.real vector
|
||||
|
||||
Reference in New Issue
Block a user