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

v1.2.0.tar.gz
sha512=a50317719f8c8c7c636173e67b685ed2c78a0dbc5a9122783fc432ae2714662b9d7648d88b29facdb653e96e60dc22482ffa0136172fc870d5f784ce2099533e

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.2"
  3. coq >= "8.16" & < "8.19"

Dev Dependencies

None

Used by (1)

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

Conflicts

None