Skip to content
Snippets Groups Projects
Commit c01aaccb authored by Michael Leuschel's avatar Michael Leuschel
Browse files

Merge remote-tracking branch 'origin/develop' into develop


Signed-off-by: default avatarMichael Leuschel <leuschel@uni-duesseldorf.de>

# Conflicts:
#	de.prob.core/src/de/prob/eventb/translator/Theories.java
parents aa10dac7 fbdfef02
No related branches found
No related tags found
No related merge requests found
Pipeline #129123 passed
...@@ -377,8 +377,7 @@ public class Theories { ...@@ -377,8 +377,7 @@ public class Theories {
prologOutput.printAtom(indArg); prologOutput.printAtom(indArg);
prologOutput.openList(); prologOutput.openList();
if (ex == null) { if (ex == null) {
throw new IllegalStateException("Empty expression for axiomatic recursive definition case " + es + throw new IllegalStateException("Empty expression for axiomatic recursive definition case " + es + " and inductive argument " + indArg);
" and inductive argument " + indArg);
} else { } else {
for (FreeIdentifier fi : ex.getFreeIdentifiers()) { for (FreeIdentifier fi : ex.getFreeIdentifiers()) {
prologOutput.printAtom(fi.getName()); prologOutput.printAtom(fi.getName());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment