package coq-aac-tactics

  1. Overview
  2. No Docs
Coq plugin providing tactics for rewriting universally quantified equations, modulo associative (and possibly commutative) operators

Install

Dune Dependency

Authors

Maintainers

Sources

v8.13.0.tar.gz
sha512=8d34c04a4d28e44a5d831bddc1907fc23b0f3ef61335b9b8206518060bb545e7983f63bdcf9808d43e4557acebb4b1031785a11772e239bb8b1193b87c086260

Description

This Coq plugin provides tactics for rewriting universally quantified equations, modulo associativity and commutativity of some operator. The tactics can be applied for custom operators by registering the operators and their properties as type class instances. Many common operator instances, such as for Z binary arithmetic and booleans, are provided with the plugin.

Dependencies (2)

  1. coq >= "8.13" & < "8.14~"
  2. ocaml >= "4.05.0" & < "4.12"

Dev Dependencies

None

Conflicts

None