overturetool / overture

The Overture Tool
http://overturetool.org
GNU General Public License v3.0
48 stars 25 forks source link

Overture missing an order/equality warning #723

Closed nickbattle closed 4 years ago

nickbattle commented 4 years ago

VDMJ produces a warning if you define types with order or equality clauses and then combine them in a union that has its own order or equality clause. For example:

types
    T1 = nat
    ord a < b == a < b;

    T2 = nat;

    U = T1 | T2        <--- Warning 5019: Order of union member T1 will be overridden
    ord a < b == b < a;

These are missing from Overture 2.7.4.

nickbattle commented 4 years ago

Now fixed in ncb/development.