The latest version of focus is 1.0.3.2-0.

focus

Version 1.0.3.1 revision 0 uploaded by NikitaVolkov.

Package meta

Synopsis
A general abstraction for manipulating elements of container data structures
Description

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.

Author
Nikita Volkov <nikita.y.volkov@mail.ru>
Bug reports
https://github.com/nikita-volkov/focus/issues
Category
Containers, Data
Copyright
(c) 2014, Nikita Volkov
Homepage
https://github.com/nikita-volkov/focus
Maintainer
Nikita Volkov <nikita.y.volkov@mail.ru>
Package URL
n/a
Stability
n/a

Components