Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Data.Microformats2.Parser.Date
Documentation
Constructors
TwentyFourHour | |
AMHour | |
PMHour |
isDatePart :: DTPart -> Bool #
isTimePart :: DTPart -> Bool #
isZonePart :: DTPart -> Bool #
isTimeZonePart :: DTPart -> Bool #
isDateTimePart :: DTPart -> Bool #
isDateTimeZonePart :: DTPart -> Bool #
parseDTPart :: Parser DTPart #
parseDTParts :: (Traversable φ, Monoid (φ DTPart)) => φ Text -> φ DTPart #