1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
ML delays A --> # P B# add delay til B reduced. P --> d P --> P d This is being translated as A --> PB PB --> d B PB --> P d B P --> d P --> P d This is wrong as it can generate the sequence