fix all remaining type errors

This commit is contained in:
2025-09-29 15:06:33 +01:00
parent fd321c2f14
commit 665497cf46
4 changed files with 7 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ struct
| KEY_ENTER
| KEY_BACKSPACE
| RESIZE_EVENT of int * int
| WITH_SEARCH_LIST of int vector * Time.time
| WITH_SEARCH_LIST of PersistentVector.t * Time.time
| ARROW_LEFT
| ARROW_UP
| ARROW_RIGHT