Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejpirog committed Oct 1, 2020
1 parent f1e9ca0 commit a34e0d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ LOG-EXPR ::= (B-OP LOG-EXPR ...)
| (forall (X ...) LOG-EXPR)
| (exists (X ...) LOG-EXPR)
| (REL A-EXPR ...)
| (init X ...)
```

where:
Expand All @@ -117,6 +118,8 @@ where:

As a convention, we write verification logic expressions in curly braces (except of course the constants `true` and `false`) and we use all-caps for names of relations.

`(init x y ... z)` stands for `(and (= x init-x) (= y init-y) ... (= z init-z))`.

### While

```
Expand Down

0 comments on commit a34e0d3

Please # to comment.