TD.Data.Text
data Text Source #
Constructors
Contains some text
Fields
Text
Defined in TD.Data.Text
Methods
parseJSON :: Value -> Parser Text #
parseJSONList :: Value -> Parser [Text] #
showsPrec :: Int -> Text -> ShowS #
show :: Text -> String #
showList :: [Text] -> ShowS #
(==) :: Text -> Text -> Bool #
(/=) :: Text -> Text -> Bool #
shortShow :: Text -> String Source #