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.11.0.tar.gz
md5=5ca80551f29ea8ce7df74d0fcc5db122

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: 22 Mar 2018

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 (5)

  1. ocaml-migrate-parsetree >= "1.0" & < "2.0.0"
  2. jbuilder >= "1.0+beta18.1"
  3. ppx_jane >= "v0.11" & < "v0.12"
  4. core_kernel >= "v0.11" & < "v0.12"
  5. ocaml >= "4.04.1"

Dev Dependencies

None

Used by (1)

  1. incr_dom_widgets = "v0.11.0"

Conflicts

None