TD.Data.Seconds
data Seconds Source #
Constructors
Contains a value representing a number of seconds
Fields
Number of seconds
Defined in TD.Data.Seconds
Methods
parseJSON :: Value -> Parser Seconds #
parseJSONList :: Value -> Parser [Seconds] #
showsPrec :: Int -> Seconds -> ShowS #
show :: Seconds -> String #
showList :: [Seconds] -> ShowS #
(==) :: Seconds -> Seconds -> Bool #
(/=) :: Seconds -> Seconds -> Bool #
shortShow :: Seconds -> String Source #