-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Bifunctor instance suggested by Jonathan King
* Require base >= 4.8 for class Bifunctor
- Loading branch information
Showing
3 changed files
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
0.4 | ||
# 0.5 | ||
|
||
* Generalize `Diff a` to `PolyDiff a b`. `Diff` has been replaced with | ||
a specialized synonym `type Diff a = PolyDiff a a`, but it's still not | ||
backward compatible if you imported `Diff(..)`. | ||
- Bring space complexity down to D^2 (Bodigrim) | ||
- Add Bifunctor instance (Jonathan King.) Requires base >= 4.8. | ||
- Fix for the grouped context diff. It was omitting all trailing | ||
context. | ||
- Allow unlimited number of context elements (getContextDiffNew) | ||
|
||
# 0.4 | ||
|
||
- Generalize `Diff a` to `PolyDiff a b`. `Diff` has been replaced with | ||
a specialized synonym `type Diff a = PolyDiff a a`, but it's still not | ||
backward compatible if you imported `Diff(..)`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters