Changes between Version 120 and Version 121 of IR


Ignore:
Timestamp:
12/09/15 16:40:16 (10 years ago)
Author:
zmanchun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IR

    v120 v121  
    409409Example of declaration of a system function defined in library Concurrency:
    410410{{{
    411 fun[lib="edu.udel.cis.vsl.civl.lib.Concurrency"] f(x: Real, b: Bool): Float[32,33] {}
     411fun[package="edu.udel.cis.vsl.civl.lib", lib="Concurrency"] f(x: Real, b: Bool): Float[32,33] {}
    412412}}}
    413413