The language {a b^n (a b*)^(n-1) | n >= 1} #
Words use the binary alphabet with false = a and true = b.
Language-class membership facts live in the corresponding files under
Langlib.Classes.
A sequence of a b* blocks whose individual b-run lengths are listed in ns.
Equations
- varyingBlocks [] = []
- varyingBlocks (n :: ns) = abBlock n ++ varyingBlocks ns
Instances For
@[simp]
@[simp]
@[simp]