1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 14:54:16 +03:00
semantic/src/Patch.hs

7 lines
75 B
Haskell
Raw Normal View History

2015-11-18 05:21:51 +03:00
module Patch where
2015-11-18 05:23:53 +03:00
2015-11-18 05:44:55 +03:00
data Patch a =
Replace a a
| Insert a
| Delete a