mirror of
https://github.com/github/semantic.git
synced 2024-12-25 07:55:12 +03:00
Patch is a Functor.
This commit is contained in:
parent
da3bf047b1
commit
242ca9464b
@ -4,3 +4,4 @@ data Patch a =
|
||||
Replace a a
|
||||
| Insert a
|
||||
| Delete a
|
||||
deriving (Functor, Show, Eq)
|
||||
|
Loading…
Reference in New Issue
Block a user