Skip to main content

Module inverse

Module inverse 

Source
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.