Expand description
Patch inversion: generate an undo patch for any applied patch.
Key property: apply(inverse(p), apply(p, module)) == module
Functionsยง
- invert_
patch - Generate an inverse patch that undoes the given patch.
Patch inversion: generate an undo patch for any applied patch.
Key property: apply(inverse(p), apply(p, module)) == module