package coq-reglang

  1. Overview
  2. No Docs
Representations of regular languages (i.e., regexps, various types of automata, and WS1S) with equivalence proofs, in Coq and MathComp

Install

Dune Dependency

Authors

Maintainers

Sources

reglang-1.2.1.tar.gz
sha512=d8eca6d395e302f408e8dcab16093f4561f0059eab4302af94ade7a6de904642b77d8ce2beb0307db54e1ceada9977faa7d1ddfb1f73423dc2e1b9476b138e33

Description

This library provides definitions and verified translations between different representations of regular languages: various forms of automata (deterministic, nondeterministic, one-way, two-way), regular expressions, and the logic WS1S. It also contains various decidability results and closure properties of regular languages.

Dependencies (3)

  1. coq-hierarchy-builder >= "1.4.0"
  2. coq-mathcomp-ssreflect >= "2.0" & < "2.4"
  3. coq >= "8.16" & < "8.21"

Dev Dependencies

None

Used by (1)

  1. coq-regexp-brzozowski >= "1.2"

Conflicts

None