package profunctor

  1. Overview
  2. Docs
A library providing a signature for simple profunctors and traversal of a record

Install

Dune Dependency

Authors

Maintainers

Sources

profunctor-v0.16.0.tar.gz
sha256=91f7a1bd948477ec5d336e534b1ed3cb1ac484cecac78c2f44d6da22985e2a83

Description

This is a very small library which provides a signature for profunctor types and operations which can be used to traverse a record with them based on record_builder and the =ppx_fields= syntax extension.

Published: 14 Jun 2023

Dependencies (5)

  1. dune >= "2.0.0"
  2. record_builder >= "v0.16" & < "v0.17"
  3. ppx_jane >= "v0.16" & < "v0.17"
  4. base >= "v0.16" & < "v0.17"
  5. ocaml >= "4.14.0"

Dev Dependencies

None

Used by (1)

  1. bonsai >= "v0.16.0"

Conflicts

None