Changes between Version 39 and Version 40 of IR
- Timestamp:
- 11/23/15 17:23:16 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IR
v39 v40 198 198 * `e1?e2:e3` 199 199 * `e1<e2`, `e1<=e2` 200 * `e0(e1,...,en)` : pure function call?200 * `e0(e1,...,en)` : a function call where `e` must evaluate to an abstract or pure system function 201 201 * `$forall`, `$exists` : **FILL IN** 202 202 * `e1.i`, some natural number i (tuple read) … … 298 298 }}} 299 299 300 == Program Graph == 301 302 == Model == 300 == Function definition == 301 302 == Program == 303 304 A program consists of a sequence of global variable declarations, which may include declarations annotated by `$input` and `$output`, 305 followed by a sequence of function declarations and definitions. 303 306 304 307 == Semantics == … … 320 323 321 324 == Libraries == 325
