package coq-atbr

  1. Overview
  2. No Docs
Coq library and tactic for deciding Kleene algebras

Install

Dune Dependency

Authors

Maintainers

Sources

atbr-8.20.0.tar.gz
sha512=bbddc99b1038ad4b51d321a4a19f5a37ef3d620522264dbe2ed9ef33d78cd6d69c5277d1a74c6a6c9908baa57f95e8ab60392c1035a36c8a64cd599c3efa89b2

Description

This library provides algebraic tools for working with binary relations. The main tactic provided is a reflexive tactic for solving (in)equations in an arbitrary Kleene algebra. The decision procedure goes through standard finite automata constructions.

Note that the initial authors consider this library to be superseded by the Relation Algebra library, which is based on derivatives rather than automata: https://github.com/damien-pous/relation-algebra

Dependencies (2)

  1. coq >= "8.20" & < "8.21"
  2. ocaml >= "4.09.0"

Dev Dependencies

None

Used by

None

Conflicts

None