Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data TestVectorInt Source #
TestVectorInt | A simple object containing a vector of numbers; for testing only |
Instances
FromJSON TestVectorInt Source # | |
Defined in TD.Data.TestVectorInt parseJSON :: Value -> Parser TestVectorInt # parseJSONList :: Value -> Parser [TestVectorInt] # | |
Show TestVectorInt Source # | |
Defined in TD.Data.TestVectorInt showsPrec :: Int -> TestVectorInt -> ShowS # show :: TestVectorInt -> String # showList :: [TestVectorInt] -> ShowS # | |
Eq TestVectorInt Source # | |
Defined in TD.Data.TestVectorInt (==) :: TestVectorInt -> TestVectorInt -> Bool # (/=) :: TestVectorInt -> TestVectorInt -> Bool # | |
ShortShow TestVectorInt Source # | |
Defined in TD.Data.TestVectorInt shortShow :: TestVectorInt -> String Source # |