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

v8.16.0.tar.gz
sha512=95d0cabac375da59155c08ecaf72382a9c8360d115ccee17be2c2846ea0dc41dae777a8d34a94d3aadcc5bae206f30cb0734db6d7461f042effedd1ad50565f2

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.16" & < "8.17~"
  2. ocaml >= "4.09.0"

Dev Dependencies

None

Conflicts

None