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