Pattern Alternatives A pattern alternative matches a given ground expression against a list of sentences. pattern alternative
Syntax
PatternAlternative =
     "\{" SentenceList "}" |
     " {" SentenceList "}" |

SentenceList =
     { Sentence ";" }.