patches-vector: A library for patches (diffs) on vectors, composable and invertible.
A patch is a collection of modifications (edits) to be made to a sequence of elements. Commonly found in version control systems, patches are also a simple example of a group, supporting composition and inversion.
This library provides a pleasant interface for working with patches to vectors with any type of element. It includes patch composition, inversion, and application, as well as a way to compute a patch between two vectors using the Wagner-Fischer algorithm.
Downloads
- patches-vector-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.1.4.0, 0.1.4.1, 0.1.4.2, 0.1.4.3, 0.1.4.4, 0.1.5.0, 0.1.5.1, 0.1.5.2, 0.1.5.4 |
---|---|
Dependencies | base (>=4.7 && <4.9), edit-distance-vector (>=1.0 && <1.1), microlens (>=0.3 && <0.4), vector (>=0.11 && <0.12) [details] |
License | BSD-3-Clause |
Author | Liam O'Connor |
Maintainer | liamoc@cse.unsw.edu.au |
Category | Data |
Home page | https://github.com/liamoc/patches-vector |
Source repo | head: git clone https://github.com/liamoc/patches-vector |
Uploaded | by LiamOConnorDavis at 2015-09-30T13:04:12Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 9203 total (0 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-09-30 [all 1 reports] |