File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
## Patch
2
2
3
- Infrastructure for writing patches which act on other types .
3
+ Data structures for describing changes to other data structures .
4
4
5
- A ` Patch ` type represents a kind of change made to a datastructure .
5
+ A ` Patch ` type represents a kind of change made to a data structure .
6
6
7
7
``` haskell
8
8
class Patch p where
Original file line number Diff line number Diff line change 1
1
Name : patch
2
2
Version : 0.0.3.1
3
- Synopsis : Infrastructure for writing patches which act on other types .
3
+ Synopsis : Data structures for describing changes to other data structures .
4
4
Description :
5
+ Data structures for describing changes to other data structures.
6
+ .
5
7
In this library , a patch is something which can be applied, analogous to a
6
8
function, and which distinguishes returning the argument it was provided from
7
9
returning something else.
@@ -20,7 +22,7 @@ extra-source-files:
20
22
ChangeLog.md
21
23
22
24
tested-with :
23
- GHC == 8.0.2 || == 8.2.2 || == 8.4.4 || == 8.6.5 || == 8.8.1
25
+ GHC == 8.0.2 || == 8.2.2 || == 8.4.4 || == 8.6.5 || == 8.8.1
24
26
GHCJS == 8.4
25
27
26
28
flag split-these
You can’t perform that action at this time.
0 commit comments