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.1.1.tar.gz
sha512=f3b92695d1c3fedd37dc0a6289c9cdc4bf051f0a7134123b633d9875e5ad01e260304488de3d12810e3de9054069362cbd46eedd3d59e3baf4b008862fafc783

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 (2)

  1. coq-mathcomp-ssreflect >= "1.9" & < "1.12~"
  2. coq >= "8.10" & < "8.13~"

Dev Dependencies

None

Used by

None

Conflicts

None