Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data TestCallVectorInt = TestCallVectorInt {}
Documentation
data TestCallVectorInt Source #
Returns the received vector of numbers; for testing only. This is an offline method. Can be called before authorization. Returns TestVectorInt
Instances
ToJSON TestCallVectorInt Source # | |
Defined in TD.Query.TestCallVectorInt toJSON :: TestCallVectorInt -> Value # toEncoding :: TestCallVectorInt -> Encoding # toJSONList :: [TestCallVectorInt] -> Value # toEncodingList :: [TestCallVectorInt] -> Encoding # | |
Show TestCallVectorInt Source # | |
Defined in TD.Query.TestCallVectorInt showsPrec :: Int -> TestCallVectorInt -> ShowS # show :: TestCallVectorInt -> String # showList :: [TestCallVectorInt] -> ShowS # | |
Eq TestCallVectorInt Source # | |
Defined in TD.Query.TestCallVectorInt (==) :: TestCallVectorInt -> TestCallVectorInt -> Bool # (/=) :: TestCallVectorInt -> TestCallVectorInt -> Bool # | |
ShortShow TestCallVectorInt Source # | |
Defined in TD.Query.TestCallVectorInt shortShow :: TestCallVectorInt -> String Source # |