jsonpatch-0.1.0.0: JSON Patch parsing and application
Copyright(c) 2025 Patrick Brisbin
LicenseAGPL-3
Maintainerpbrisbin@gmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellSafe-Inferred
LanguageGHC2021

Data.JSON.Patch

Description

 

Documentation

data Patch Source #

Instances

Instances details
FromJSON Patch Source # 
Instance details

Defined in Data.JSON.Patch.Type

Show Patch Source # 
Instance details

Defined in Data.JSON.Patch.Type

Methods

showsPrec :: Int -> Patch -> ShowS #

show :: Patch -> String #

showList :: [Patch] -> ShowS #

Eq Patch Source # 
Instance details

Defined in Data.JSON.Patch.Type

Methods

(==) :: Patch -> Patch -> Bool #

(/=) :: Patch -> Patch -> Bool #