package accessor

  1. Overview
  2. Docs
A library that makes it nicer to work with nested functional data structures

Install

Dune Dependency

Authors

Maintainers

Sources

accessor-v0.16.0.tar.gz
sha256=a37b678d4b0d9ee119bbad2ec0354850672144bb74df5a27f33156ce20e96215

CHANGES.md.html

Release v0.16.0

  • Accessor.dummy

    • Represents a value that is never present

    • get_option dummy always returns None

    • map dummy is always a no-op

  • Accessor.disjoint_field_product

    • Combines two field accessors into one accessing both inner values at once

    • Requires input accessors to access disjoint parts of the outer structure

  • Accessor.disjoint_merge

    • Combines two many accessors into one accessing each inner value accessed by each accessor

    • Requires input accessors to access disjoint parts of the outer structure

  • Add hash derivation to the definition of 'a Accessor.Index.t