Skip to content

Commit

Permalink
Update Relation.rsc
Browse files Browse the repository at this point in the history
undo debug fix
  • Loading branch information
jurgenvinju committed Jun 22, 2023
1 parent 800c6c3 commit b643d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/rascalmpl/library/Relation.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ carrier({<1,10,100,1000>, <2,20,200,2000>});
```}
public set[&T] carrier (rel[&T from, &T to] R)
{
return R.from + R.to;
return R<0> + R<1>;
}
public set[&T] carrier (rel[&T,&T,&T] R)
Expand Down

0 comments on commit b643d7a

Please sign in to comment.