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.15.0.tar.gz
sha256=9825f01c5b04ff71d7d5b2187bdb9f33d7ba7a302b8b268e08389d87cbc42f25

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: 21 Mar 2022

Dependencies (5)

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

Dev Dependencies

None

Used by (1)

  1. bonsai >= "v0.15.0" & < "v0.16.0"

Conflicts

None