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.Apply
Description
Documentation
applyPatches :: [Patch] -> Value -> Either PatchError Value Source #
data PatchError Source #
Constructors
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 # |