Changes between Version 87 and Version 88 of IR


Ignore:
Timestamp:
11/29/15 11:14:29 (10 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IR

    v87 v88  
    275275
    276276{{{
    277 fun[options] foo(x:Integer, ...) : Real {
    278 
     277fun[options] foo(x:Integer, ...) : Real
    279278  // contract clauses (optional):
    280279  requires expr;
     
    285284  reads expr ;
    286285  depends actions ;
    287 
     286{
    288287  // all of the following are missing for a system function...
    289288