| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.TextEntity
Documentation
data TextEntity Source #
Constructors
| 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 | |
| ToJSON TextEntity Source # | |
Defined in TD.Data.TextEntity Methods toJSON :: TextEntity -> Value # toEncoding :: TextEntity -> Encoding # toJSONList :: [TextEntity] -> Value # toEncodingList :: [TextEntity] -> Encoding # | |
| Show TextEntity Source # | |
Defined in TD.Data.TextEntity Methods showsPrec :: Int -> TextEntity -> ShowS # show :: TextEntity -> String # showList :: [TextEntity] -> ShowS # | |
| Eq TextEntity Source # | |
Defined in TD.Data.TextEntity | |
| ShortShow TextEntity Source # | |
Defined in TD.Data.TextEntity Methods shortShow :: TextEntity -> String Source # | |