Changes between Version 96 and Version 97 of IR


Ignore:
Timestamp:
11/30/15 09:17:42 (10 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IR

    v96 v97  
    4141funopts: '[' funopt+ ']' ;
    4242conclause : 'assigns' expr ';'
    43                  | 'requires' expr ';'
    44                  | 'ensures' expr ';'
    45                  ...
    46                  ;
     43          | 'requires' expr ';'
     44          | 'ensures' expr ';'
     45          ...
     46          ;
    4747}}}
    4848