sS mmo2_linesToPattern(Cl<S> lines) {
  ret mmo2_combineWithOr(lmap(s -> "^" + s + "$",
    uniquifySortedIC(lmap simplifyUsingParse3(lines))));
}