package coq-aac-tactics

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

Install

Dune Dependency

Authors

Maintainers

Sources

aac-tactics-8.20.0.tar.gz
sha512=83727de3906fe801bf10fbe415d543db1d3c211bfd9acacd411b8a63885dd1bc9fa429fbdeaa86c2e25a8fa284b59a1e77eb4bd366c3555d5a85c6d77159e29e

Description

This Coq plugin provides tactics for rewriting and proving universally quantified equations modulo associativity and commutativity of some operator, with idempotent commutative operators enabling additional simplifications. The tactics can be applied for custom operators by registering the operators and their properties as type class instances. Instances for many commonly used operators, such as for binary integer arithmetic and booleans, are provided with the plugin.

Dependencies (2)

  1. coq >= "8.20" & < "8.21"
  2. ocaml >= "4.09.0"

Dev Dependencies

None

Conflicts

None