Module
Data.Intl.DateTimeFormat.Generic
- Package
- purescript-intl
- Repository
- coot/purescript-intl
#GenericFormatComponent Source
#GenericFormatComponentFields Source
class GenericFormatComponentFields a whereMembers
genericFormatComponentFields :: a -> StrMap String
Instances
GenericFormatComponentFields (Field "era" StringRep)GenericFormatComponentFields (Field "weekday" StringRep)GenericFormatComponentFields (Field "year" NumericRep)GenericFormatComponentFields (Field "month" MonthRep)GenericFormatComponentFields (Field "day" NumericRep)GenericFormatComponentFields (Field "hour" NumericRep)GenericFormatComponentFields (Field "minute" NumericRep)GenericFormatComponentFields (Field "second" NumericRep)GenericFormatComponentFields (Field "timeZoneName" TimeZoneNameRep)(GenericFormatComponentFields a, GenericFormatComponentFields b) => GenericFormatComponentFields (Product a b)
#genericFormatComponent Source
genericFormatComponent :: forall rep a. Generic a rep => GenericFormatComponent rep => a -> FormatComponentRecord