The focus package
An API for construction of free-form strategies of access and manipulation of elements of arbitrary data structures. It allows to implement efficient composite patterns, e.g., a simultaneous update and lookup of an element, and even more complex things.
Strategies are meant to be interpreted by the host data structure libraries. Thus they allow to implement all access and modification patterns of a data structure with just a single function, which interprets strategies.
This library provides pure and monadic interfaces, so it supports both immutable and mutable data structures.
Properties
| Versions | 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5 |
|---|---|
| Dependencies | base (>=4.6 && <4.10) [details] |
| License | MIT |
| Copyright | (c) 2014, Nikita Volkov |
| Author | Nikita Volkov <nikita.y.volkov@mail.ru> |
| Maintainer | Nikita Volkov <nikita.y.volkov@mail.ru> |
| Stability | Unknown |
| Category | Containers, Data |
| Home page | https://github.com/nikita-volkov/focus |
| Bug tracker | https://github.com/nikita-volkov/focus/issues |
| Source repository | head: git clone git://github.com/nikita-volkov/focus.git |
| Uploaded | Mon May 23 10:05:49 UTC 2016 by NikitaVolkov |
| Distributions | LTSHaskell:0.1.5, NixOS:0.1.5, Stackage:0.1.5, Tumbleweed:0.1.5 |
| Downloads | 3087 total (31 in the last 30 days) |
| Votes | |
| Status | Docs available [build log] Last success reported on 2016-05-23 [all 1 reports] |
Downloads
- focus-0.1.5.tar.gz [browse] (Cabal source package)
- Package description (included in the package)