You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following test (UnionType_Valid_28) fails to type check for reasons unknown:
typeTreeisnull | NodetypeNodeis { intdata, Treeleft, Treeright }
// Data in nodes reachable from left must be below thiswhereleftisNode==>left.data<data// Data in nodes reachable from right must be above thiswhererightisNode==>right.data>data
...
The error reported is:
UnionType_Valid_28.whiley:7: expected record
where right is Node ==> right.data > data
^^^^^
UnionType_Valid_28.whiley:7: expected record
where right is Node ==> right.data > data
^^^^^
UnionType_Valid_28.whiley:7: expected record
where right is Node ==> right.data > data
^^^^^
This test case originated from 013_btree
The text was updated successfully, but these errors were encountered:
(See also #937)
The following test (
UnionType_Valid_28
) fails to type check for reasons unknown:The error reported is:
This test case originated from
013_btree
The text was updated successfully, but these errors were encountered: