package coq-record-update

  1. Overview
  2. No Docs
Generic support for updating record fields in Coq

Install

Dune Dependency

Authors

Maintainers

Sources

v0.3.4.tar.gz
sha512=d92618310742a583bfc56dca0f49a40992fa554b904e6b4b840af0d4662f2a12104d54a4de307c49dd8611a612473dafb3829e50ed3ac1266e5accd52eca0f97

Description

While Coq provides projections for each field of a record, it has no convenient way to update a single field of a record. This library provides a generic way to update a field by name, where the user only has to implement a simple typeclass that lists out the record fields.

Dependencies

None

Dev Dependencies (1)

  1. coq (>= "8.14" & < "8.21~") | (= "dev")

Conflicts

None