Changes between Version 39 and Version 40 of IR


Ignore:
Timestamp:
11/23/15 17:23:16 (10 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IR

    v39 v40  
    198198* `e1?e2:e3`
    199199* `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
    201201* `$forall`, `$exists` : **FILL IN**
    202202* `e1.i`, some natural number i (tuple read)
     
    298298}}}
    299299
    300 == Program Graph ==
    301 
    302 == Model ==
     300== Function definition ==
     301
     302== Program ==
     303
     304A program consists of a sequence of global variable declarations, which may include declarations annotated by `$input` and `$output`,
     305followed by a sequence of function declarations and definitions.
    303306
    304307== Semantics ==
     
    320323
    321324== Libraries ==
     325