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 14:54:16 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
da3bf047b1
semantic
/
src
/
Patch.hs
7 lines
75 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
Patch is algebraic.
2015-11-18 05:44:55 +03:00
data
Patch
a
=
Replace
a
a
|
Insert
a
|
Delete
a
Reference in New Issue
Copy Permalink