| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.DiffEntityType
Synopsis
Documentation
data DiffEntityType Source #
Represents a change of a text
Constructors
| DiffEntityTypeInsert | Addition of some text |
| DiffEntityTypeReplace | Change of some text |
| DiffEntityTypeDelete | Removal of some text |
Instances
| FromJSON DiffEntityType Source # | |
Defined in TD.Data.DiffEntityType Methods parseJSON :: Value -> Parser DiffEntityType # parseJSONList :: Value -> Parser [DiffEntityType] # | |
| Show DiffEntityType Source # | |
Defined in TD.Data.DiffEntityType Methods showsPrec :: Int -> DiffEntityType -> ShowS # show :: DiffEntityType -> String # showList :: [DiffEntityType] -> ShowS # | |
| Eq DiffEntityType Source # | |
Defined in TD.Data.DiffEntityType Methods (==) :: DiffEntityType -> DiffEntityType -> Bool # (/=) :: DiffEntityType -> DiffEntityType -> Bool # | |
| ShortShow DiffEntityType Source # | |
Defined in TD.Data.DiffEntityType Methods shortShow :: DiffEntityType -> String Source # | |