-
-
Save rightfold/c4a5bc632896097ad38d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f :: obj1 -> obj2 | |
class Diffable delta obj | |
applyDiff :: delta -> obj -> obj | |
instance Diffable obj1Delta obj1 | |
instance Diffable obj2Delta obj2 | |
class PipeThroughDiff o1 d1 o2 d2 where | |
pipeThroughDiff :: o1 -> d1 -> o2 -> d2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment