haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Data.Date

Documentation

data Date Source #

Constructors

Date

Represents a date according to the Gregorian calendar

Fields

Instances

Instances details
FromJSON Date Source # 
Instance details

Defined in TD.Data.Date

ToJSON Date Source # 
Instance details

Defined in TD.Data.Date

Show Date Source # 
Instance details

Defined in TD.Data.Date

Methods

showsPrec :: Int -> Date -> ShowS #

show :: Date -> String #

showList :: [Date] -> ShowS #

Eq Date Source # 
Instance details

Defined in TD.Data.Date

Methods

(==) :: Date -> Date -> Bool #

(/=) :: Date -> Date -> Bool #

ShortShow Date Source # 
Instance details

Defined in TD.Data.Date