Each Patch is of the format
replace_type = location, `old value`, `new value`
and means (I think): At this location replace the old value with the new value using the replace_type coding magic method.
In your example above you seem to have part of the `old value` combined with the `new value`
|