Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
In data_structure_im.pdf page 18, ITEM_TABLE class description, invariants section: currently it is:
Valid_structure: rows.forall(items.forall(instance_of("ELEMENT")))
It should be:
Valid_structure: rows.forall(items.forall(instance_of("CLUSTER")))