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