| Copyright | (c) 2025 Patrick Brisbin |
|---|---|
| License | AGPL-3 |
| Maintainer | pbrisbin@gmail.com |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | Safe-Inferred |
| Language | GHC2021 |
Data.JSON.Patch
Description
Documentation
data PatchError Source #
Instances
| Exception PatchError Source # | |
Defined in Data.JSON.Patch.Error Methods toException :: PatchError -> SomeException # fromException :: SomeException -> Maybe PatchError # displayException :: PatchError -> String # | |
| Show PatchError Source # | |
Defined in Data.JSON.Patch.Error Methods showsPrec :: Int -> PatchError -> ShowS # show :: PatchError -> String # showList :: [PatchError] -> ShowS # | |
applyPatches :: [Patch] -> Value -> Either PatchError Value Source #