TD.Data.TestInt
data TestInt Source #
Constructors
A simple object containing a number; for testing only
Fields
Number
Defined in TD.Data.TestInt
Methods
parseJSON :: Value -> Parser TestInt #
parseJSONList :: Value -> Parser [TestInt] #
toJSON :: TestInt -> Value #
toEncoding :: TestInt -> Encoding #
toJSONList :: [TestInt] -> Value #
toEncodingList :: [TestInt] -> Encoding #
showsPrec :: Int -> TestInt -> ShowS #
show :: TestInt -> String #
showList :: [TestInt] -> ShowS #
(==) :: TestInt -> TestInt -> Bool #
(/=) :: TestInt -> TestInt -> Bool #
shortShow :: TestInt -> String Source #
defaultTestInt :: TestInt Source #