haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Data.Text

Documentation

data Text Source #

Constructors

Text

Contains some text

Fields

Instances

Instances details
FromJSON Text Source # 
Instance details

Defined in TD.Data.Text

Show Text Source # 
Instance details

Defined in TD.Data.Text

Methods

showsPrec :: Int -> Text -> ShowS #

show :: Text -> String #

showList :: [Text] -> ShowS #

Eq Text Source # 
Instance details

Defined in TD.Data.Text

Methods

(==) :: Text -> Text -> Bool #

(/=) :: Text -> Text -> Bool #

ShortShow Text Source # 
Instance details

Defined in TD.Data.Text