You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From a discussion with a colleague, the following class emerged:
--| Law: applyAlways (diff x y) x = yclassPatchp=>Diffpwhere--| @diff from to@ returns a patch which turns @from@ into @to@.diff::PatchTargetp->PatchTargetp->p
It seems useful, even if we cannot guarantee that such a class exists for every patch type.
The text was updated successfully, but these errors were encountered:
From a discussion with a colleague, the following class emerged:
It seems useful, even if we cannot guarantee that such a class exists for every patch type.
The text was updated successfully, but these errors were encountered: