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