The language {(a b^n)^m | n,m >= 1} #
Words use the binary alphabet with false = a and true = b.
Language-class membership facts live in the corresponding files under
Langlib.Classes.
m copies of the same block a b^n.
Equations
- blockPower n 0 = []
- blockPower n m.succ = abBlock n ++ blockPower n m