This website requires JavaScript.
Explore
Help
Sign In
github
/
semantic
Watch
1
Star
1
Fork
0
You've already forked semantic
mirror of
https://github.com/github/semantic.git
synced
2024-12-23 06:41:45 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
d881006e55
semantic
/
src
/
Patch.hs
4 lines
76 B
Haskell
Raw
Normal View
History
Unescape
Escape
Add a file for Patch.
2015-11-18 05:21:51 +03:00
module
Patch
where
Move Patch into its file.
2015-11-18 05:23:53 +03:00
data
Patch
a
=
Patch
{
old
::
Maybe
a
,
new
::
Maybe
a
}
Reference in New Issue
Copy Permalink