Elementary indexed languages #
This file provides small indexed-grammar witnesses used by structural reductions.
The indexed grammar with one nonterminal, one flag symbol, and no rules.
Equations
- IndexedGrammar.emptyGrammar T = { nt := PUnit.{1}, flag := PUnit.{1}, initial := PUnit.unit, rules := [] }
Instances For
Equations
Equations
The no-rule indexed grammar generates the empty language.
The empty language has an ε-free indexed-grammar witness.