Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data TextEntity Source #
TextEntity | Represents a part of the text that needs to be formatted in some unusual way |
Instances
FromJSON TextEntity Source # | |
Defined in TD.Data.TextEntity parseJSON :: Value -> Parser TextEntity # parseJSONList :: Value -> Parser [TextEntity] # | |
ToJSON TextEntity Source # | |
Defined in TD.Data.TextEntity toJSON :: TextEntity -> Value # toEncoding :: TextEntity -> Encoding # toJSONList :: [TextEntity] -> Value # toEncodingList :: [TextEntity] -> Encoding # | |
Show TextEntity Source # | |
Defined in TD.Data.TextEntity showsPrec :: Int -> TextEntity -> ShowS # show :: TextEntity -> String # showList :: [TextEntity] -> ShowS # | |
Eq TextEntity Source # | |
Defined in TD.Data.TextEntity (==) :: TextEntity -> TextEntity -> Bool # (/=) :: TextEntity -> TextEntity -> Bool # | |
ShortShow TextEntity Source # | |
Defined in TD.Data.TextEntity shortShow :: TextEntity -> String Source # |