currently passing most of (currently small) corpus

This commit is contained in:
Yehowshua Immanuel 2024-12-10 17:04:47 -05:00
parent 7fd7c85fff
commit 4190ce2621
5 changed files with 33 additions and 28 deletions

View file

@ -65,7 +65,7 @@ data AutogenId = AutogenId String deriving (Show)
-- values
data Value = Value
{ width :: Int
, value :: Int
, binaryValue :: String
}
deriving (Show)