Skip to content

Commit

Permalink
Update KORE syntax docs (#3681)
Browse files Browse the repository at this point in the history
PR #3675 removed `<multi-or>` syntax, this adjusts the documentation
accordingly.

Co-authored-by: Samuel Balco <goodlyrottenapple@gmail.com>
  • Loading branch information
tothtamas28 and goodlyrottenapple authored Oct 23, 2023
1 parent a530ce3 commit 2a99e06
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/kore-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,6 @@ A sort is either a _sort variable_ or a _sort constructor_ applied to a list of
<application-pattern> ::=
<symbol-identifier> "{" <sorts> "}" "(" <patterns> ")"
<multi-or> ::=
"\or" "{" <sort> "}" "(" <patterns> ")"
<matching-logic-pattern>
::=
// Connectives
Expand Down Expand Up @@ -213,9 +210,7 @@ A sort is either a _sort variable_ or a _sort constructor_ applied to a list of
| "\dv" "{" <sort> "}" "(" <string-literal> ")"
// Syntactic sugar
| "\left-assoc" "{" "}" "(" <application-pattern> ")"
| "\left-assoc" "{" "}" "(" <multi-or> ")"
| "\right-assoc" "{" "}" "(" <application-pattern> ")"
| "\right-assoc" "{" "}" "(" <multi-or> ")"
```

The left-assoc (resp. right-assoc) construct allows a chain of applications of
Expand Down

0 comments on commit 2a99e06

Please sign in to comment.