tidy: del unused Eq, add custom Show

This commit is contained in:
hi 2025-08-12 13:28:58 +00:00
parent 56a8dd2b30
commit 88c140fed5
6 changed files with 32 additions and 11 deletions

View file

@ -9,7 +9,7 @@ data AlphaMIU
= M
| I
| U
deriving (Eq, Show)
deriving Show
type StringMIU = [AlphaMIU]