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
This is due to the addition expression head(l) + l. The add Rascal primitive is called and leads to an exception (see the improved exception message below):
|rascal://experiments::Compiler::RVM::Run|(217,618,<12,0>,<22,28>): Java("RuntimeException","PANIC: (instruction execution): instruction: CALLPRIM add, 2; message: null",Java("RuntimeException","Illegal type combination: INT and LIST"))
at org.rascalmpl.library.experiments.Compiler.RVM.Interpreter.RVM.executeProgram(|file:///RVM.java|(0,0,<1495,0>,<1495,0>))
The text was updated successfully, but these errors were encountered:
The following example crashes:
This is due to the addition expression
head(l) + l
. Theadd
Rascal primitive is called and leads to an exception (see the improved exception message below):The text was updated successfully, but these errors were encountered: