mirror of
https://github.com/github/semantic.git
synced 2024-12-24 07:25:44 +03:00
Formatting.
This commit is contained in:
parent
28abcd1b38
commit
ee393400f2
@ -12,8 +12,8 @@ import Data.These
|
|||||||
import Prologue
|
import Prologue
|
||||||
|
|
||||||
-- | An operation to replace, insert, or delete an item.
|
-- | An operation to replace, insert, or delete an item.
|
||||||
data Patch a =
|
data Patch a
|
||||||
Replace a a
|
= Replace a a
|
||||||
| Insert a
|
| Insert a
|
||||||
| Delete a
|
| Delete a
|
||||||
deriving (Eq, Foldable, Functor, Show, Traversable)
|
deriving (Eq, Foldable, Functor, Show, Traversable)
|
||||||
|
Loading…
Reference in New Issue
Block a user