| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.FormattedText
Documentation
data FormattedText Source #
Constructors
| FormattedText | A text with some entities |
Fields
| |
Instances
| FromJSON FormattedText Source # | |
Defined in TD.Data.FormattedText Methods parseJSON :: Value -> Parser FormattedText # parseJSONList :: Value -> Parser [FormattedText] # | |
| ToJSON FormattedText Source # | |
Defined in TD.Data.FormattedText Methods toJSON :: FormattedText -> Value # toEncoding :: FormattedText -> Encoding # toJSONList :: [FormattedText] -> Value # toEncodingList :: [FormattedText] -> Encoding # | |
| Show FormattedText Source # | |
Defined in TD.Data.FormattedText Methods showsPrec :: Int -> FormattedText -> ShowS # show :: FormattedText -> String # showList :: [FormattedText] -> ShowS # | |
| Eq FormattedText Source # | |
Defined in TD.Data.FormattedText Methods (==) :: FormattedText -> FormattedText -> Bool # (/=) :: FormattedText -> FormattedText -> Bool # | |
| ShortShow FormattedText Source # | |
Defined in TD.Data.FormattedText Methods shortShow :: FormattedText -> String Source # | |