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