Langlib

Langlib.Classes.DeterministicContextFree.Examples.AbcStack

Shared stack alphabet for the a b c DPDA examples #

ABCStack is the pushdown stack alphabet shared by the deterministic pushdown automata recognising {aⁿbⁿcᵐ} (Langlib.Classes.DeterministicContextFree.Examples.AnBnCm) and {aⁿbᵐcᵐ} (Langlib.Classes.DeterministicContextFree.Examples.AnBmCm). It lives in its own leaf module so that neither example needs to publicly depend on the other.

Instances For
    Equations
    • One or more equations did not get rendered due to their size.