Subject: CVS commit: pkgsrc/devel/hs-focus
From: Masatake Daimon
Date: 2022-02-16 06:08:34
Message id: 20220216050834.BCD8BFB24@cvs.NetBSD.org

Log Message:
devel/hs-focus: import hs-focus-1.0.3

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.

Files:
RevisionActionfile
1.1addpkgsrc/devel/hs-focus/DESCR
1.1addpkgsrc/devel/hs-focus/Makefile
1.1addpkgsrc/devel/hs-focus/PLIST
1.1addpkgsrc/devel/hs-focus/buildlink3.mk
1.1addpkgsrc/devel/hs-focus/distinfo