package coq-aac-tactics

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

Install

Dune Dependency

Authors

Maintainers

Sources

v8.9.0.tar.gz
sha256=b4e124ccb2c0a9013af9d3dae6a0deb1962d224b36b64c11ec71c05c23fd2ea6

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.9" & < "8.10~"
  2. ocaml

Dev Dependencies

None

Conflicts

None