1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 06:41:45 +03:00
semantic/src/Patch.hs

4 lines
76 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
data Patch a = Patch { old :: Maybe a, new :: Maybe a }