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.13.1.tar.gz
sha512=29875c62374674d20d4d14ed1f28797a3fc15589f908436500059ed10770b7f18ad0ac662243bfecad86ddff1558cbe9c628705a561d2ec5d45972251c21b216

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

Dev Dependencies

None

Conflicts

None