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.14.0.tar.gz
sha512=679e0952d593e5c020159cfd78bd2c30927e35f3fcf33363caffac0fdfe3c8d69e07a3c2ad2bc0cd4e2a29a72619a1055c482f4240bbc3aabfacab8c6ca9d39f

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.14" & < "8.15~"
  2. ocaml >= "4.05.0"

Dev Dependencies

None

Conflicts

None