Changes between Version 7 and Version 8 of Library_IR


Ignore:
Timestamp:
12/11/15 12:53:45 (10 years ago)
Author:
zmanchun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Library_IR

    v7 v8  
    3737 * applies a binary operator `op` to two objects
    3838* `fun[lib="pointer"] $equals(x: Pointer, y: Pointer): Bool`
    39 * `fun[lib="pointer"] $assert_equals(x: Pointer, y: Pointer, ...)`
    40   * asserts that two objects are equal to each other
    41   * takes additional arguments for error message if the assertion is violated
    4239 * equality checking
    4340 * this function returns true iff the objects pointed to by the pointers `x` and `y` have the same type and value.
     41* `fun[lib="pointer"] $assert_equals(x: Pointer, y: Pointer, ...)`
     42 * asserts that two objects are equal to each other
     43 * takes additional arguments for error message if the assertion is violated
    4444* `fun[lib="pointer"] $contains(ptr1: Pointer, ptr2: Pointer): Bool`
    4545 * membership testing