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
value main(list[value] args) {
lrel[int,int] r = [];
return r + <1,2>;
}
results in the runtime exception:
|rascal://experiments::Compiler::RVM::Run|(217,618,<12,0>,<22,28>): Java("RuntimeException","In function experiments::Compiler::Examples::MyTst/main(list(value());)#0 : No enum constant org.rascalmpl.library.experiments.Compiler.RVM.Interpreter.RascalPrimitive.lrel_add_elm")
Similar exception is thrown in case of rel.
The text was updated successfully, but these errors were encountered:
The following example:
results in the runtime exception:
Similar exception is thrown in case of
rel
.The text was updated successfully, but these errors were encountered: