TD.Data.DiffText
data DiffText Source #
Constructors
A text with some changes highlighted
Fields
The text
Entities describing changes in the text. Entities doesn't mutually intersect with each other
Defined in TD.Data.DiffText
Methods
parseJSON :: Value -> Parser DiffText #
parseJSONList :: Value -> Parser [DiffText] #
showsPrec :: Int -> DiffText -> ShowS #
show :: DiffText -> String #
showList :: [DiffText] -> ShowS #
(==) :: DiffText -> DiffText -> Bool #
(/=) :: DiffText -> DiffText -> Bool #
shortShow :: DiffText -> String Source #