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