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.10.0.tar.gz
sha512=45db1f57d1ecb3aaddc59fe51d3251288429dbf3dbb432331325fd5ecc23eb7595f0c0abcef22ff172c1f12e5fe8407f5546a859cd5efc1db47dc7ee7effa6ee

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.10" & < "8.11~"
  2. ocaml

Dev Dependencies

None

Conflicts

None