remove some opaque signature ascriptions
This commit is contained in:
@@ -1,7 +1,2 @@
|
||||
signature INPUT_MSG =
|
||||
sig
|
||||
datatype t = CHAR_EVENT of char | KEY_ESC | RESIZE_EVENT of int * int
|
||||
end
|
||||
|
||||
structure InputMsg :> INPUT_MSG =
|
||||
structure InputMsg =
|
||||
struct datatype t = CHAR_EVENT of char | KEY_ESC | RESIZE_EVENT of int * int end
|
||||
|
||||
Reference in New Issue
Block a user