remove some opaque signature ascriptions

This commit is contained in:
2025-04-22 20:49:56 +01:00
parent e59a1c67d8
commit aa068ea48e
3 changed files with 3 additions and 23 deletions

View File

@@ -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