Skip to content

Commit

Permalink
fix typo in ott file
Browse files Browse the repository at this point in the history
  • Loading branch information
javra authored and Alasdair committed Sep 4, 2024
1 parent 1f1a5cf commit ec32bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions language/sail.ott
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ n_constraint :: 'NC_' ::=
| nexp '<=' nexp' :: :: le
| nexp '<' nexp' :: :: lt
| nexp 'IN' { num1 , ... , numn } :: :: set
| n_constraint & n_constraint' :: :: or
| n_constraint | n_constraint' :: :: and
| n_constraint & n_constraint' :: :: and
| n_constraint | n_constraint' :: :: or
| id ( typ_arg0 , ... , typ_argn ) :: :: app
| id :: :: id
| kid :: :: var
Expand Down

0 comments on commit ec32bd0

Please sign in to comment.