mirror of
https://github.com/github/semantic.git
synced 2024-12-20 05:11:44 +03:00
Define a Generic1 instance for Patch.
This commit is contained in:
parent
562be941fe
commit
2c722a59c7
@ -26,7 +26,7 @@ data Patch a
|
|||||||
= Replace a a
|
= Replace a a
|
||||||
| Insert a
|
| Insert a
|
||||||
| Delete a
|
| Delete a
|
||||||
deriving (Eq, Foldable, Functor, Generic, Ord, Show, Traversable, NFData)
|
deriving (Eq, Foldable, Functor, Generic, Generic1, Ord, Show, Traversable, NFData)
|
||||||
|
|
||||||
|
|
||||||
-- DSL
|
-- DSL
|
||||||
|
Loading…
Reference in New Issue
Block a user