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 examples make the compiler crash due to assertions:
lrel[int] l = []; l<0>;
rel[int] r = {}; r<0>;
The respective assertions are used in the Rascal primitives: lrel_field_project, rel_field_project, @PaulKlint, could you, please, check whether they should go or be changed?
The text was updated successfully, but these errors were encountered:
The following examples make the compiler crash due to assertions:
The respective assertions are used in the Rascal primitives:
lrel_field_project
,rel_field_project
, @PaulKlint, could you, please, check whether they should go or be changed?The text was updated successfully, but these errors were encountered: