package record_builder

  1. Overview
  2. Docs
A library which provides traversal of records with an applicative

Install

Dune Dependency

Authors

Maintainers

Sources

record_builder-v0.14.0.tar.gz
md5=cceae47f139b1b6f36145383047225ef

Description

This is a very small library which utilises the functionality provided by the =ppx_fields= syntax extension, more specifically it acts as a wrapper to the derived =Fields.make_creator= function for a given record type. The wrapper automatically handles all of the mapping and combining of applicative terms needed to build the record from a single applicative term for each field.

Published: 31 May 2020

README

README.org

A library which provides traversal of records with an applicative.

This is a very small library which utilises the functionality provided by the
=ppx_fields= syntax extension, more specifically it acts as a wrapper to the
derived =Fields.make_creator= function for a given record type. The wrapper
automatically handles all of the mapping and combining of applicative terms
needed to build the record from a single applicative term for each field.

Dependencies (4)

  1. dune >= "2.0.0"
  2. ppx_jane >= "v0.14" & < "v0.15"
  3. base >= "v0.14" & < "v0.15"
  4. ocaml >= "4.07.0"

Dev Dependencies

None

Used by

None

Conflicts

None