tidy: del unused Eq, add custom Show
This commit is contained in:
parent
56a8dd2b30
commit
88c140fed5
6 changed files with 32 additions and 11 deletions
|
@ -10,7 +10,7 @@ newtype Parser symbol output = Parser
|
|||
data Input symbol = Input
|
||||
{ inputPos :: Int
|
||||
, inputSeq :: [symbol]
|
||||
} deriving (Eq, Show)
|
||||
} deriving Show
|
||||
|
||||
mkInput :: [symbol] -> Input symbol
|
||||
mkInput = Input 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue