pkgsrc-wip/hs-data-accessor/DESCR
PHO / phonohawk 492f47bccf Import hs-data-accessor-0.2.1 as wip/hs-data-accessor.
With this package you can define record field accessors which allow
setting, getting and modifying values easily. The package clearly
demonstrates the power of the functional approach: You can combine
accessors of a record and sub-records, to make the access look like
the fields of the sub-record belong to the main record.
2009-09-23 05:19:11 +00:00

5 lines
325 B
Text

With this package you can define record field accessors which allow
setting, getting and modifying values easily. The package clearly
demonstrates the power of the functional approach: You can combine
accessors of a record and sub-records, to make the access look like
the fields of the sub-record belong to the main record.