accessorversion Documentation on ocaml.org
A library that makes it nicer to work with nested functional data structures
An accessor is a value that understands how to reach data within a larger data structure, independently from what you intend to do with it. Accessors allow you to read and write data and perform possibly-monadic traversals. By composing accessors, you can work with increasingly complex data structures.
In case you have ever heard of "lenses", this is an OCaml implementation of that idea.
| Author | Jane Street Group, LLC |
|---|---|
| License | MIT |
| Published | |
| Homepage | https://github.com/janestreet/accessor |
| Issue Tracker | https://github.com/janestreet/accessor/issues |
| Maintainer | Jane Street developers |
| Dependencies |
|
| Source [http] | https://github.com/janestreet/accessor/archive/v0.14.1.tar.gz sha256=666d2a1c69f4e3689e54017247b677ce458bca5d59243a247de3c4495182a85b md5=feb57a6772e2d6fd9e7c51f246b5557e |
| Edit | https://github.com/ocaml/opam-repository/tree/master/packages/accessor/accessor.v0.14.1/opam |
Required by
- accessor_base=v0.14.1
- ppx_accessor>=v0.14.1 & <v0.15.0


